/* Webfonts — Non Xero Sum
   Body serif:  Lora            (Google Fonts)
   Mono:        IBM Plex Mono   (Google Fonts)
   Display:     Cormorant       (LIVE-TEXT FALLBACK for the glass glyph titles)

   The canonical title face ("glass glyph") is NOT a font — titles are
   image-generated glass letters typeset into transparent PNGs (see readme,
   Visual foundations → Type). Cormorant is the editable stand-in for HTML and
   prototypes only: a high-contrast, Lora-adjacent serif. It approximates the
   letterforms, not the wet-glass material. */

/* FINDING-1 self-host (2026-07-10): the Google Fonts @import that used to sit here made
   every page fetch from a third-party CDN. Faces are now served same-origin; the real
   @font-face blocks live in /assets/fonts/fonts-selfhosted.css (regenerate with
   fable-modules/selfhost-fonts.py). This file is part of the Claude Design _ds export and
   a re-export WILL restore the @import — site-deploy.sh fails the deploy if that happens. */
@import url('/assets/fonts/fonts-selfhosted.css');
