/* Typography swap — OriginAI Brand Book (V1 · Aug 2026 · "Every surface").
   Archivo replaces Atkinson as the product face; Bricolage Grotesque is the
   Labs display face for headings; Newsreader is the editorial serif token;
   IBM Plex Mono (eyebrows, codes, timers) is unchanged.
   Load order: after the design-system stylesheets and tokens/brand-swap.css.
   Delete this file (and its links) to revert to Atkinson Hyperlegible Next. */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@200..800&family=Newsreader:ital,wght@0,200..700;1,200..700&display=swap');

:root{
  --font-ui:'Archivo',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-display:'Bricolage Grotesque','Archivo',system-ui,sans-serif; /* Labs display */
  --font-serif:'Newsreader',Georgia,serif; /* editorial ledes / quotes */
}

/* Labs display tier: Bricolage 700, −0.02em (brand book §02) */
h1,h2,h3{font-family:var(--font-display);letter-spacing:-0.02em}
