@font-face {
  font-family: din-e;
  src:
    url("../assets/fonts/DIN 1451 Std Engschrift/DIN 1451 Std Engschrift.woff2")
      format("woff2"),
    url("../assets/fonts/DIN 1451 Std Engschrift/DIN 1451 Std Engschrift.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: din-m;
  src:
    url("../assets/fonts/DIN 1451 Std Mittelschrift/DIN 1451 Std Mittelschrift.woff2")
      format("woff2"),
    url("../assets/fonts/DIN 1451 Std Mittelschrift/DIN 1451 Std Mittelschrift.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: inter;
  src: url("../assets/fonts/Inter/web/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: inter;
  src: url("../assets/fonts/Inter/web/InterVariable-Italic.woff2")
    format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
