/* global.css */
@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Regular.woff2") format("woff2"), url("/fonts/DINPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-RegularItalic.woff2") format("woff2"),
    url("/fonts/DINPro-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Bold.woff2") format("woff2"), url("/fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-BoldItalic.woff2") format("woff2"), url("/fonts/DINPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Medium.woff2") format("woff2"), url("/fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-MediumItalic.woff2") format("woff2"), url("/fonts/DINPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Light.woff2") format("woff2"), url("/fonts/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-LightItalic.woff2") format("woff2"), url("/fonts/DINPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
