/* Self-hosted Manrope — variable font, weights 200-800 in one 54 KB WOFF2.
   Replaces the fonts.googleapis.com load so brand type renders with no network
   (offline/booth builds included). Licence: /fonts/Manrope-OFL.txt (SIL OFL 1.1
   — the licence file must ship alongside the font).
   IBM Plex (login/state layouts) and Roboto (digital twin) are still CDN-loaded,
   which is why the CSP keeps fonts.googleapis.com/fonts.gstatic.com for now. */
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
