/* web/fonts/fonts.css — the three Aether faces, self-hosted (latin woff2).
 * Cormorant Garamond (display/brand) · Inter (UI & data) · Spectral (reading & lore).
 * Bundled locally: the app is offline and its CSP pins font-src to 'self' (DESIGN_DIRECTION §10 —
 * a web-linked font would simply fail in the packaged build). Cormorant and Inter ship as variable
 * fonts (one file, a weight range); Spectral is static (400 / 400 italic / 500).
 * SIL Open Font License 1.1 — © the Cormorant, Inter and Spectral projects. */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500 700;font-display:swap;src:url('./cormorant-garamond-var.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:swap;src:url('./inter-var.woff2') format('woff2')}
@font-face{font-family:'Spectral';font-style:normal;font-weight:400;font-display:swap;src:url('./spectral-400.woff2') format('woff2')}
@font-face{font-family:'Spectral';font-style:italic;font-weight:400;font-display:swap;src:url('./spectral-400-italic.woff2') format('woff2')}
@font-face{font-family:'Spectral';font-style:normal;font-weight:500;font-display:swap;src:url('./spectral-500.woff2') format('woff2')}
