/* ============================================================
   LOCALACT — Webfonts  ·  "one font per job" (Brand Guide p.8)
   ------------------------------------------------------------
   Mirrors the production theme (_typography.scss):
     · Century Gothic → display    → substitute: Jost
     · Calibri        → UI / body   → substitute: Carlito (metric clone)
     · Georgia        → editorial   → web-safe (no load)

   ⚠ SUBSTITUTION — Century Gothic (Monotype) and Calibri (Microsoft)
   are licensed, not free webfonts. We load the same free Google Fonts
   substitutes the app uses. Carlito ships only 400 + 700; medium/
   semibold UI weights resolve to the nearest available face (by design).
   Swap these @imports for the licensed faces when available.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap");
