/* [Inquiry 271] Self-hosted @font-face -- replaces the Google Fonts CDN load
   (fonts.googleapis.com / fonts.gstatic.com), which transmitted the visitor IP
   to Google (US) on load before consent. Same Inter/Lexend WOFF2 the captive
   portal already ships (Inquiry 225). Latin subset only. docs/design/
   cookie-consent-design.md §5; Munich ruling 3 O 17493/20 + Uganda DPPA Reg 30(2). */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url(fonts/inter-latin.woff2) format('woff2');
}
@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(fonts/lexend-latin.woff2) format('woff2');
}
