@charset "utf-8";
 
@font-face {
	font-family: Din;
	font-weight: normal;
	src: url('fonts/DINNextLTPro-Regular.otf');
}

@font-face {
	font-family: Din-Light;
	font-weight: light;
	src: url('fonts/DINNextLTPro-Light.otf');
}

@font-face {
	font-family: Din-Bold;
	font-weight: bold;
	src: url('fonts/DINNextLTPro-Bold.otf');
}

@font-face {
	font-family: Din-Medium;
	font-weight: medium;
	src: url('fonts/DINNextLTPro-Medium.otf');
}
