/* ════════════════════════════════════════════════════════════════════════════
   CCWP self-hosted fonts (SPEC §3.2 — privacy policy: NO third-party requests).
   Inter (UI) + Merriweather (display), latin-subset variable woff2 downloaded
   from Google Fonts static URLs at build time (fonts.gstatic.com, Inter v20 /
   Merriweather v33) and committed here. Each file is a variable font covering
   the full weight range, so Inter 400/500/600/700/800 and Merriweather 700/900
   + italic 400 all resolve from three files. font-display: swap throughout.
   ════════════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900; /* variable axis — covers the 400/500/600/700/800 we use */
  font-display: swap;
  src: url('inter-var-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300 900; /* variable axis — we use 700 and 900 */
  font-display: swap;
  src: url('merriweather-var-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300 900; /* variable axis — we use italic 400 */
  font-display: swap;
  src: url('merriweather-italic-var-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
