/* ===================================================
   PrimeABC — Fontes locais (self-hosted)
   Substitui o carregamento síncrono via fonts.googleapis.com,
   que bloqueava a renderização (DNS + TLS + 2 requests cross-origin).
   Variable fonts: um arquivo cobre toda a faixa de peso usada no site.
   Subset "latin" (Basic Latin + Latin-1 Supplement) cobre os acentos do PT-BR.
   =================================================== */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('roboto-latin-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('sora-latin-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 400;
    font-display: swap;
    src: url('inter-latin-var.woff2') format('woff2');
}
