/* ============================================================
   IUDEX — Webfonts
   ------------------------------------------------------------
   The IUDEX brand's real face is HELVETICA NEUE (see iudex.mx — the
   double-story 'a', the straight-leg 'R' and round 'G' are pure
   Helvetica). Helvetica Neue ships natively on Apple devices, so the
   font stack in typography.css lists it FIRST: Apple users get the
   true brand type with no download.

   GEIST (by Vercel) is loaded below as the portable fallback for
   Windows/Linux, where Helvetica Neue is absent — it's the closest
   high-quality, freely-licensed neo-grotesque match. Geist Mono
   covers citations, docket numbers and the "(0X)" section indices.

   >> If you license the exact brand cut (e.g. Helvetica Now Display
      / Neue Haas Grotesk), drop the .woff2s in assets/fonts/ and add
      @font-face rules, then put that family first in --font-sans. <<
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap');
