/* Morreon shared stylesheet.
   Currently: web fonts only. Page CSS still lives inline per page and has
   drifted between pages - consolidating it is a separate, non-mechanical job.
   Fonts are latin-subset variable woff2, extracted from the inline base64
   data URIs on 2026-08-16. Served same-origin; no third-party request. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url(/assets/fonts/inter-latin-var.woff2) format('woff2')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:500 700;font-display:swap;src:url(/assets/fonts/space-grotesk-latin-var.woff2) format('woff2')}
