@font-face {
    font-family: 'Icons';
    src: url('fonts/icons.eot');
    src: url('fonts/icons.eot?#iefix') format('embedded-opentype'),
         url('fonts/icons.woff') format('woff'),
         url('fonts/icons.ttf') format('truetype'),
         url('fonts/icons.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome Win 7 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Icons';
		src: url('fonts/icons.svg?7#icons') format('svg');
	}
} 
@font-face {
    font-family: 'Times New Roman';
    src: 
		local('Times New Roman'), 
		local('TimesNewRomanPSMT'),
		url('fonts/times.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times New Roman';
    src: 
		local('Times New Roman Bold'), 
		local('TimesNewRomanPS-BoldMT'),
		url('fonts/timesbd.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: 
		url('fonts/FiraSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: 
		url('fonts/FiraSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: 
		url('fonts/FiraSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Judson';
    src: 
		url('fonts/Judson-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
