@font-face {
  font-family: 'DIN';
  src: url('../fonts/din/din-400.woff2') format('woff2'), url('../fonts/din/din-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/din/din-500.woff2') format('woff2'), url('../fonts/din/din-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
  font-family: 'DIN';
  src: url('../fonts/din/din-700.woff2') format('woff2'), url('../fonts/din/din-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}*/

body {
  font-family: 'DIN','Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}