

/* Font face styles */
@font-face {
	font-family: 'Arial';
	src: url('../fonts/ArialMT.eot');
	src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialMT.woff2') format('woff2'),
		url('../fonts/ArialMT.woff') format('woff'),
		url('../fonts/ArialMT.ttf') format('truetype'),
		url('../fonts/ArialMT.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ArialBold';
	src: url('../fonts/Arial-BoldMT.eot');
	src: url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-BoldMT.woff2') format('woff2'),
		url('../fonts/Arial-BoldMT.woff') format('woff'),
		url('../fonts/Arial-BoldMT.ttf') format('truetype'),
		url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'ArialItalic';
	src: url('../fonts/Arial-ItalicMT.eot');
	src: url('../fonts/Arial-ItalicMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-ItalicMT.woff2') format('woff2'),
		url('../fonts/Arial-ItalicMT.woff') format('woff'),
		url('../fonts/Arial-ItalicMT.ttf') format('truetype'),
		url('../fonts/Arial-ItalicMT.svg#Arial-ItalicMT') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'ArialBoldItalic';
	src: url('../fonts/Arial-BoldItalicMT.eot');
	src: url('../fonts/Arial-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-BoldItalicMT.woff2') format('woff2'),
		url('../fonts/Arial-BoldItalicMT.woff') format('woff'),
		url('../fonts/Arial-BoldItalicMT.ttf') format('truetype'),
		url('../fonts/Arial-BoldItalicMT.svg#Arial-BoldItalicMT') format('svg');
	font-weight: bold;
	font-style: italic;
}