@font-face {
	font-family: "HelveticaNeue";
	src: url("../../Fonts/HelveticaNeueLTStd-Cn.otf") format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: "PTSans Regular";
	src: url("../../Fonts/PT_Sans-Web-Regular.ttf") format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: "PTSans Bold";
	src: url("../../Fonts/PT_Sans-Web-Bold.ttf") format('truetype');
	font-weight: bold;
}

p, i,
body {
	font-family: "PTSans Regular", Helvetica, serif;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "HelveticaNeue", Helvetica, serif;
}

strong {
	font-family: "PTSans Bold", Helvetica, serif;
}