/* ─────────────────────────────────────────────────────────────────
   The Ulu Team — webfonts
   Cormorant Garamond (display), Inter (body/UI), IBM Plex Mono (mono).
   All three are free Google Fonts per the Style Guide.

   This file pulls them from the Google Fonts CDN. If you need fully
   offline / self-hosted binaries, download the woff2 files into this
   folder and replace the @import below with @font-face rules pointing
   at them (see README → CAVEATS).
   ───────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@300;400;500;600;700&display=swap');
