/**
 * x99 fonts.css — self-hosted Inter + Space Grotesk
 * 
 * WS1.8.1: substitui Google Fonts CDN. Vantagens:
 *   - Privacy (sem tracking Google)
 *   - Performance (não bloqueante via DNS preconnect Google)
 *   - LGPD compliance (zero terceiros)
 *   - Cache local (bust via mtime)
 * 
 * Uso:
 *   font-family: Inter, system-ui, sans-serif;     /* UI body *\/
 *   font-family: 'Space Grotesk', monospace;       /* Brand/headings *\/
 * 
 * Edgar 2026-04-30 (WS1.8.1).
 */

/* === Inter (UI body — Mozilla, GitHub, Vercel-style) === */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/templates/x99/assets/fonts/inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/templates/x99/assets/fonts/inter-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/templates/x99/assets/fonts/inter-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/templates/x99/assets/fonts/inter-700.woff2') format('woff2');
}

/* === Space Grotesk (brand / display headings) === */
/* Variable Font: 1 arquivo cobre weight range 300-700 */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('/templates/x99/assets/fonts/space-grotesk-vf.woff2') format('woff2');
    /* unicode-range only latin (cobre PT-BR + EN — 99% dos usuários) */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
