/* ============================================================
   CALYX — WEBFONTS
   NOTE: The CALYX wordmark is set in STÖLZL (a commercial geometric
   sans from The Northern Block) — not available on Google Fonts.
   Until the licensed Stölzl web files are added here (as @font-face),
   Jost renders as the closest free geometric fallback.
     · Display serif  → Cormorant Garamond
     · UI / body sans → Stölzl (brand) · Jost (web fallback)
     · Mono / specs   → IBM Plex Mono
   TODO: drop Stölzl .woff2 files in this folder and add @font-face here:
     @font-face { font-family:'Stolzl'; src:url('stolzl-regular.woff2') format('woff2'); font-weight:400; }
     …(repeat for the weights you license: 300/400/500/700)
   ============================================================ */

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

/* ----------------------------------------------------------
   STÖLZL — the CALYX wordmark font (self-hosted, licensed).
   Only Regular (400) supplied so far; other weights fall back
   to Jost via the --font-sans stack until those files arrive.
   Drop stolzl-{light,medium,bold}.otf here and add matching
   @font-face blocks to light up 300/500/700.
   ---------------------------------------------------------- */
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
