/* Self-hosted fonts (estate rule: no third-party font CDN). Same faces the
   Google CDN served. Inter 300 renders with the 400 cut and 800 with the 700
   cut (nearest match) — visually identical at UI sizes. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 400; font-display: swap; src: url('inter-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('inter-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('inter-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700 800; font-display: swap; src: url('inter-700-normal.woff2') format('woff2'); }
/* Playfair Display — variable weight file (latin subset), covers 400–700 */
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('playfair-display-var.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; }

/* ── The estate's "Atlas" faces (2026-08-27) ──────────────────────────────────
   Copied from the website so the mock site reads as the same company: elegant
   serif headlines, a warm humanist sans for everything else, and a heavy face
   reserved for the band numbers. Self-hosted like everything else here — the
   estate rule at the top of this file allows no third-party font CDN.
   The exam room does NOT use these: it stays in the plain system sans of the
   official computer-based test. */
@font-face{font-family:'Figtree';font-style:normal;font-weight:300 900;font-display:swap;
  src:url('figtree-variable.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;font-display:swap;
  src:url('cormorant-garamond-700-normal.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;
  src:url('cormorant-garamond-500-italic.woff2') format('woff2')}
@font-face{font-family:'Archivo Black';font-style:normal;font-weight:400;font-display:swap;
  src:url('archivo-black-400-normal.woff2') format('woff2')}

/* Noto Sans Bengali — the Bangla twin under every piece of teacher feedback
   (4 Sep 2026). Self-hosted like every other face here; the unicode-range
   means a page with no Bangla on it never downloads the file. */
@font-face {
  font-family: 'Noto Sans Bengali'; font-style: normal; font-weight: 400 600;
  font-display: swap;
  src: url('noto-sans-bengali-var.woff2') format('woff2');
  unicode-range: U+0980-09FF, U+200C-200D, U+25CC;
}
