/*
 * Self-hosted (not Google Fonts CDN — avoids a third-party render-blocking
 * connection, per the plan's performance section). Latin subset only:
 * covers EN/PT/ES accented characters (á é í ó ú ã õ ç ñ ü all fall inside
 * Latin-1 Supplement, U+0080-00FF). Manrope is a single variable file
 * covering weights 400-700 - only one @font-face needed for it.
 *
 * Fallback stack keeps 'Helvetica Neue', Arial — if a file 404s, the page
 * degrades to today's look, not to Times New Roman (deliberate, matches
 * the approved design doc's own fallback requirement).
 *
 * 2026-08-26 art-direction pass: dropped Instrument Sans -> Manrope (UI/body
 * font, chosen for a cleaner, less "editorial-magazine" feel on functional
 * text) and retired IBM Plex Mono entirely — its 10-14px uppercase-tracked
 * usage across nav/price/labels was the single biggest source of the
 * "trying too hard to be editorial" complaint. Everything that used to be
 * mono now renders in the same Manrope family as body text, just at
 * different weight/size — see components.css/home.css for the full
 * before/after. Two-family system now, per the approved typography system.
 */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/manrope-variable.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: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-normal-400.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: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic-400.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;
}
