/* [Inquiry 225, stage 2 — portal rebuild] Self-hosted font-face rules only,
   extracted out of the old Tailwind-compiled portal.css (which is removed —
   see index.html's <head> comment). Same self-hosted-not-CDN reasoning as
   before (Inquiry 194/195): this page loads inside a walled garden, often
   over a slow connection, before the visitor has any general internet
   access — a Google Fonts CDN call has none of the caching benefit it would
   have on the open web. */
@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');
}
