/* Custom Fonts */

@font-face {
	font-family: 'PTSans';
	src: url('PT-Sans.eot');
	src: url('PT-Sans.eot?#iefix') format('embedded-opentype'),
			 url('PT-Sans.woff') format('woff'),
			 url('PT-Sans.ttf') format('truetype'),
			 url('PT-Sans.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('PT-Sans-Bold.eot');
	src: url('PT-Sans-Bold.eot?#iefix') format('embedded-opentype'),
			 url('PT-Sans-Bold.woff') format('woff'),
			 url('PT-Sans-Bold.ttf') format('truetype'),
			 url('PT-Sans-Bold.svg#pt_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('PT-Sans-Italic.eot');
	src: url('PT-Sans-Italic.eot?#iefix') format('embedded-opentype'),
			 url('PT-Sans-Italic.woff') format('woff'),
			 url('PT-Sans-Italic.ttf') format('truetype'),
			 url('PT-Sans-Italic.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PTSans';
	src: url('PT-Sans-BoldItalic.eot');
	src: url('PT-Sans-BoldItalic.eot?#iefix') format('embedded-opentype'),
			 url('PT-Sans-BoldItalic.woff') format('woff'),
			 url('PT-Sans-BoldItalic.ttf') format('truetype'),
			 url('PT-Sans-BoldItalic.svg#pt_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}