/* ===============   FONTS   ============== */
@font-face {
	font-family: 'DINPro';
	src: url('../fonts/DINPro/DINPro-Light.otf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('../fonts/DINPro/DINPro-Regular.otf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('../fonts/DINPro/DINPro-Medium.otf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('../fonts/DINPro/DINPro-Bold.otf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DINPro';
	src: url('../fonts/DINPro/DINPro-Black.otf');
	font-weight: 900;
	font-style: normal;
}