@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 	'DIN';
	src: 			url('/site-assets/fonts/DIN/DINPro-Light.otf') format('opentype');
	font-weight: 	400;
	font-style: 	normal;
}
@font-face {
	font-family: 	'DIN';
	src: 			url('/site-assets/fonts/DIN/DINPro-Bold.otf') format('opentype');
	font-weight: 	600;
	font-style: 	normal;
}

@font-face {
	font-family: 	'Trajan';
	src: 			url('/site-assets/fonts/Trajan/Trajan.otf') format('opentype');
	font-weight: 	400;
	font-style: 	normal;
}

@font-face {
	font-family: 	'Agenda';
	src: 			url('/site-assets/fonts/Agenda/Agenda-Medium.otf') format('opentype');
	font-weight: 	400;
	font-style: 	normal;
}

/* @font-face {
	font-family: 	'nimbus';
	src: 			url('/site-assets/fonts/Nimbus/NimbusRomNo9L-Reg.otf') format('opentype');
	font-weight: 	400;
	font-style: 	normal;
}
 */

@font-face {
	font-family: 	'proxima-nova';
	src: 			url('/site-assets/fonts/ProximaNova/ProximaNovaRegular.otf') format('opentype');
	font-weight: 	400;
	font-style: 	normal;
}
@font-face {
	font-family: 	'proxima-nova';
	src: 			url('/site-assets/fonts/ProximaNova/ProximaNovaSemiBold.otf') format('opentype');
	font-weight: 	500;
	font-style: 	normal;
}
@font-face {
	font-family: 	'proxima-nova';
	src: 			url('/site-assets/fonts/ProximaNova/ProximaNovaBold.otf') format('opentype');
	font-weight: 	600;
	font-style: 	normal;
}
@font-face {
	font-family: 	'proxima-nova';
	src: 			url('/site-assets/fonts/ProximaNova/ProximaNovaExtrabold.otf') format('opentype');
	font-weight: 	700;
	font-style: 	normal;
}