/* ==========================================================================
   Monteith Store — self-hosted brand fonts
   Montserrat (variable) + IBM Plex Mono (static 400/500/600)
   Drop the .woff2 files listed in README.md into this folder.
   ========================================================================== */

/* --- Montserrat, variable weight 100–900 --------------------------------- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("montserrat-latin-wght-normal.woff2") format("woff2-variations"),
       url("montserrat-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("montserrat-latin-wght-italic.woff2") format("woff2-variations"),
       url("montserrat-latin-wght-italic.woff2") format("woff2");
}

/* --- IBM Plex Mono ------------------------------------------------------- */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("ibm-plex-mono-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("ibm-plex-mono-latin-600-normal.woff2") format("woff2");
}
