/* Self-hosted fonts — eliminates LGPD/GDPR risk of Google Fonts CDN.
   Fonts licensed under SIL Open Font License 1.1 (see fonts/LICENSE). */

/* Inter — latin subset (covers PT/EN/ES) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/inter-latin-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-latin-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter-latin-700.woff2') format('woff2');
}

/* JetBrains Mono — latin subset (variable font covers all weights) */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('../fonts/jetbrainsmono-latin.woff2') format('woff2');
}
