/* ==========================================================================
   Ojas Blend — self-hosted brand faces

   The ?v= on each src is the only cache key these files have: fonts.css itself
   is versioned by the enqueue, but a browser holding last month's
   montserrat-400.woff2 will keep it, since the name never changed. Bump it
   whenever tools/subset-fonts.py rewrites a face.
   Quitos © Nathatype (Donis Miftahudin), one weight. Montserrat © The
   Montserrat Project, SIL OFL 1.1. Both converted to WOFF2 from the client's
   licensed desktop files; see README "Fonts and licences".
   ========================================================================== */

@font-face {
  font-family: "Quitos";
  src: url("../fonts/quitos-regular.woff2?v=2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-400.woff2?v=2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-500.woff2?v=2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-600.woff2?v=2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-700.woff2?v=2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
