/* Kichwa Tours — Self-hosted fonts (Latin only, variable weight)
 *
 * Both Cormorant and Outfit ship as variable-weight WOFF2 files.
 * One @font-face per family covers the full weight range.
 * Non-Latin unicode-range blocks (Cyrillic, Vietnamese, Latin-ext) are
 * omitted — the site serves English-only content so those files are
 * never downloaded, but parsing 129 redundant @font-face rules still
 * cost ~44 KB of CSS payload. This file is now ~1 KB.
 *
 * font-display: swap — text renders immediately in a system fallback
 * while the WOFF2 downloads; prevents invisible-text flash (FOIT).
 */

/* ── Cormorant (serif — headings) ── */
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant/v24_H4clBXOCl9bbnla_nHIq75u9.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: 'Cormorant';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fonts/cormorant/v24_H4cjBXOCl9bbnla_nHIq6qu_oqM.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;
}

/* ── Outfit (sans-serif — body + UI) ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./fonts/outfit/v15_QGYvz_MVcBeNP4NJtEtq.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;
}
