/* ============================================================
   ElevAIT IQ — Web Fonts
   Montserrat, self-hosted (web substitute for Avenir Next).
   Upload the /fonts folder to your site root and include this
   file before brand.css. If you own an Avenir Next webfont
   license, swap these declarations for Avenir Next and the
   font stack in brand.css will pick it up automatically.
   ============================================================ */

@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: 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;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
