@font-face {
  font-family: 'DIN OT';
  src: url('/webfiles/DINOT.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
 
body, * {
  font-family: 'DIN OT', Arial, sans-serif !important;
}