@font-face {
  font-family: "D-DIN-PRO";
  src: url("./D-DIN-PRO-Regular.woff2") format("woff2"),
    url("./D-DIN-PRO-Regular.woff") format("woff"),
    url("./D-DIN-PRO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "D-DIN-PRO";
  src: url("./D-DIN-PRO-SemiBold.woff2") format("woff2"),
    url("./D-DIN-PRO-SemiBold.woff") format("woff"),
    url("./D-DIN-PRO-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "D-DIN-PRO";
  src: url("./D-DIN-PRO-Heavy.woff2") format("woff2"),
    url("./D-DIN-PRO-Heavy.woff") format("woff"),
    url("./D-DIN-PRO-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "D-DIN-PRO";
  src: url("./D-DIN-PRO-ExtraBold.woff2") format("woff2"),
    url("./D-DIN-PRO-ExtraBold.woff") format("woff"),
    url("./D-DIN-PRO-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-dinpro {
  font-family: "D-DIN-PRO";
}
