/* =============================================================================
   Krakti — Web Fonts
   assets/css/fonts.css  —  enqueued FIRST as 'krakti-fonts' (deps: [])
   100% local variable woff2 (no Google Fonts). font-display:swap so text paints
   immediately in the fallback, then swaps. src URLs MUST match
   krakti_preload_fonts() (wp_head priority 1) exactly.
   ============================================================================= */

/* -----------------------------------------------------------------------------
   Source Serif 4 — Variable (display + article prose)
   Weight axis 200..900. Used for headlines, hero, H1, prose body, wordmark.
   ----------------------------------------------------------------------------- */
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-variable-latin.woff2") format("woff2-variations"),
       url("../fonts/source-serif-4-variable-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -----------------------------------------------------------------------------
   Source Sans 3 — Variable (UI / meta / labels / buttons)
   Weight axis 200..900. Used for nav, pills, badges, meta, forms, buttons.
   ----------------------------------------------------------------------------- */
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-variable-latin.woff2") format("woff2-variations"),
       url("../fonts/source-sans-3-variable-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
