/*
 * Self-hosted web fonts (2026-09). No Adobe Fonts / Google Fonts at runtime.
 * The site's compiled CSS asks for 'futura-pt', 'ocr-b-std' and 'Chivo' by name,
 * so those names are declared here and served by open-licensed look-alikes:
 *   futura-pt  -> Jost (SIL OFL, variable weight 100-900)
 *   ocr-b-std  -> Share Tech Mono (SIL OFL)
 *   Chivo      -> Chivo (SIL OFL, variable weight 100-900)
 * Files live in /fonts. Swap freely during the restyle.
 */
@font-face { font-family: 'futura-pt'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/Jost-variable.woff2') format('woff2'); }
@font-face { font-family: 'ocr-b-std'; font-style: normal; font-weight: 400;     font-display: swap; src: url('/fonts/ShareTechMono-400.woff2') format('woff2'); }
@font-face { font-family: 'Chivo';     font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/Chivo-variable.woff2') format('woff2'); }
