@font-face {
  font-family: "DIN Pro";
  src: url("DINPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro";
  src: url("DINPro-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro";
  src: url("DINPro-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro Condensed";
  src: url("DINPro-CondensedLight.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
