/* AI Outlet — polices auto-hébergées, servi 100% local (perf + RGPD, zéro CDN runtime).
   Space Grotesk (titres, 600–700) + Inter (corps, 400–600), variables, subsets latin + latin-ext.
   latin-ext couvre les accents PL (ą ę ć ł ń ó ś ź ż) et DE (ä ö ü ß). font-display: swap. */

/* ---- Inter (corps) — variable 400..600 ---- */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('../fonts/inter-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;
}

/* ---- Space Grotesk (titres) — variable 600..700 ---- */
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 600 700; font-display: swap;
  src: url('../fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk'; font-style: normal; font-weight: 600 700; font-display: swap;
  src: url('../fonts/space-grotesk-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;
}

/* ===========================================================================
   ÉCHELLE TYPOGRAPHIQUE MODULAIRE — base 16px, ratio 1.25 (quinte majeure).
   Titres : Space Grotesk, serrés (letter-spacing négatif), line-height court.
   Corps  : Inter, aéré (line-height 1.6). Documentée pour reprise/maintenance.
   16 · 20 · 25 · 31 · 39 · 49 · 61  →  small · body · h6 · h5 · h4 · h3 · h2/h1
   =========================================================================== */
:root {
  --ag-font-display: 'Space Grotesk', -apple-system, 'Segoe UI', sans-serif;
  --ag-font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --ag-fs-small: 0.8rem;
  --ag-fs-body: 1rem;
  --ag-fs-h6: 1.25rem;
  --ag-fs-h5: 1.5625rem;
  --ag-fs-h4: 1.953rem;
  --ag-fs-h3: 2.441rem;
  --ag-fs-h2: 3.052rem;
  --ag-fs-h1: 3.815rem;
  --ag-lh-tight: 1.1;
  --ag-lh-heading: 1.18;
  --ag-lh-body: 1.6;
  --ag-ls-display: -0.02em;
  --ag-ls-body: 0;
  --ag-ls-caps: 0.12em;
  /* Compat : les tokens historiques du thème pointent vers les nouvelles familles. */
  --ag-head: var(--ag-font-display);
  --ag-body: var(--ag-font-body);
}
/* L'APPLICATION de l'échelle (tailles/lh/ls sur h1–h6/corps) est faite dans ag-layout.css,
   chargé en dernier, pour gagner la cascade sans toucher les sections spécifiquement réglées. */
