/* ============================================================
   Home Is Where He Is — Google Fonts subset (self-hosted links)
   - Display: Cinzel + Cinzel Decorative (titles)
   - Body:    EB Garamond (long-form serif reading)
   - Mono:    Special Elite (UI accents)
   - Sans:    Inter (UI sans)
   ============================================================ */

/* User-agent Google Fonts <link rel="stylesheet"> declarations.
   We pull these straight from fonts.googleapis.com so the page can be
   deployed unmodified — Cloudflare Pages serves the static HTML and
   the browser handles the rest. font-display:swap is applied
   automatically by the CSS api (legacy browsers fall back to serif
   which is fine for a horror portal). */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Special+Elite&family=Inter:wght@400;500;600&display=swap');
