@font-face {
	font-family: 'DINBold';
	src: url('../fonts//DINNextLTPro-Bold/font.woff2') format('woff2'), url('../fonts//DINNextLTPro-Bold/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;	  
}
@font-face {
  font-family: 'DINRegular';
  src: url('../fonts//DINNextLTPro-Regular/font.woff2') format('woff2'), url('../fonts//DINNextLTPro-Regular/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;	    
}
@font-face {
  font-family: 'DINMedium';
  src: url('../fonts//DINNextLTPro-Medium/font.woff2') format('woff2'), url('../fonts//DINNextLTPro-Medium/font.woff') format('woff');
	font-weight: normal;
	font-style: normal;	    
}	
.DINRegular { 
	font-family: DINRegular, sans-serif;
}
.DINMedium { 
	font-family: DINMedium, sans-serif;
}	
.DINBold { 
	font-family: DINBold, sans-serif;
}

