
/* FONT STYLES */
@font-face {
    font-family: din_proregular;
    src: url("../fonts/D-DIN-PRO-400-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "din_promedium";
    src: url("../fonts/D-DIN-PRO-500-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: din_semibold;
    src: url("../fonts/D-DIN-PRO-600-SemiBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: din_probold;
    src: url("../fonts/D-DIN-PRO-700-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: din_extra_bold;
    src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: din_pro_heavy;
    src: url("../fonts/D-DIN-PRO-900-Heavy.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  /* END FONT STYLES */