/* Self-hosted webfonts — latin subset, variable, served from this Pi so no
   request leaves the visitor's browser for a font CDN. Outfit is the display
   and UI face; Inter carries running text. Both SIL OFL 1.1.
   font-display: swap — text paints at once in the fallback and reflows once,
   which on ferry wifi beats an invisible headline. */
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/outfit-var-latin.woff2') format('woff2'); }
@font-face { font-family: 'Inter';  font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/inter-var-latin.woff2')  format('woff2'); }
