/* Self-hosted brand fonts — no external CDN, shared by the app shell and the
   static privacy page. IBM Plex Sans carries body + headings;
   Permanent Marker is the handwritten process-word accent. */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/permanent-marker-400.woff2') format('woff2');
}
/* Kaushan Script (SIL OFL 1.1, see kaushan-script-OFL.txt): the brush-script
   lines in the footer, from the owner's mockup (2026-09-19). Latin subset,
   34.7KB, not cut down further: both lines are editable in /admin, and a
   glyph missing from a trimmed subset would silently render in a fallback. */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/kaushan-script-400.woff2') format('woff2');
}
