@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/*============ Webfont: Dax ============ */
@font-face {
	font-family: 'DaxOT';
	src: url('../fonts/dax/hinted-DaxOT.eot');
	src: url('../fonts/dax/hinted-DaxOT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dax/hinted-DaxOT.woff2') format('woff2'),
		url('../fonts/dax/hinted-DaxOT.woff') format('woff'),
		url('../fonts/dax/hinted-DaxOT.ttf') format('truetype'),
		url('../fonts/dax/hinted-DaxOT.svg#DaxOT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxOT';
	src: url('../fonts/dax/hinted-DaxOT-Medium.eot');
	src: url('../fonts/dax/hinted-DaxOT-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dax/hinted-DaxOT-Medium.woff2') format('woff2'),
		url('../fonts/dax/hinted-DaxOT-Medium.woff') format('woff'),
		url('../fonts/dax/hinted-DaxOT-Medium.ttf') format('truetype'),
		url('../fonts/dax/hinted-DaxOT-Medium.svg#DaxOT-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DaxOT';
	src: url('../fonts/dax/hinted-DaxOT-Light.eot');
	src: url('../fonts/dax/hinted-DaxOT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dax/hinted-DaxOT-Light.woff2') format('woff2'),
		url('../fonts/dax/hinted-DaxOT-Light.woff') format('woff'),
		url('../fonts/dax/hinted-DaxOT-Light.ttf') format('truetype'),
		url('../fonts/dax/hinted-DaxOT-Light.svg#DaxOT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DaxOT';
	src: url('../fonts/dax/hinted-DaxOT-Bold.eot');
	src: url('../fonts/dax/hinted-DaxOT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dax/hinted-DaxOT-Bold.woff2') format('woff2'),
		url('../fonts/dax/hinted-DaxOT-Bold.woff') format('woff'),
		url('../fonts/dax/hinted-DaxOT-Bold.ttf') format('truetype'),
		url('../fonts/dax/hinted-DaxOT-Bold.svg#DaxOT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}