@font-face {
  font-family: 'DINPro' !important;
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  src: url("regular.woff2") format("woff2");
}

@font-face {
  font-family: 'DINPro' !important;
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
  src: url("medium.woff2") format("woff2");
}

body {
    font-family: 'DINPro', fallback, sans-serif;
}