@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: normal;
	src: url('font/PT_Sans.eot');
	src: url('font/PT_Sans.eot?#iefix') format('embedded-opentype'),
		 url('font/PT_Sans.woff') format('woff'),
		 url('font/PT_Sans.ttf') format('truetype'),
		 url('font/PT_Sans.svg#pt_sansregular') format('svg');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: bold;
	src: url('font/PT_Sans-B.eot');
	src: url('font/PT_Sans-B.eot?#iefix') format('embedded-opentype'),
		 url('font/PT_Sans-B.woff') format('woff'),
		 url('font/PT_Sans-B.ttf') format('truetype'),
		 url('font/PT_Sans-B.svg#pt_sansbold') format('svg');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: normal;
	src: url('font/PT_Sans-I.eot');
	src: url('font/PT_Sans-I.eot?#iefix') format('embedded-opentype'),
		 url('font/PT_Sans-I.woff') format('woff'),
		 url('font/PT_Sans-I.ttf') format('truetype'),
		 url('font/PT_Sans-I.svg#pt_sansitalic') format('svg');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold;
	src: url('font/PT_Sans-BI.eot');
	src: url('font/PT_Sans-BI.eot?#iefix') format('embedded-opentype'),
		 url('font/PT_Sans-BI.woff') format('woff'),
		 url('font/PT_Sans-BI.ttf') format('truetype'),
		 url('font/PT_Sans-BI.svg#pt_sansbold_italic') format('svg');
}
html,
body {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
