/* Self-hosted brand faces (variable fonts, latin subset covers English + Spanish).
   Downloaded once from Google Fonts at build time. No runtime Google Fonts <link>.
   Fallback stacks in tokens.css keep text readable during swap. */

/* Cormorant Garamond - display. Variable weight axis 300-700. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond.woff2") format("woff2-variations"),
       url("../fonts/cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-italic.woff2") format("woff2-variations"),
       url("../fonts/cormorant-garamond-italic.woff2") format("woff2");
}

/* Jost - body / UI. Variable weight axis 100-900; used 300-600. */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/jost.woff2") format("woff2-variations"),
       url("../fonts/jost.woff2") format("woff2");
}
