/* DIN-style typography. If you have licensed DINPro files, drop them in /fonts and
   these @font-face rules pick them up automatically; otherwise Barlow is used. */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600&display=swap');

@font-face {
  font-family: 'DINPro Light';
  src: url('../fonts/dinpro-light.woff2') format('woff2');
  font-weight: 200 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro Reg';
  src: url('../fonts/dinpro-regular.woff2') format('woff2');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-600.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
