/* fonts.css : fontes SELF-HOSTED. Google Fonts e PROIBIDO neste projeto.
 *
 * Motivo (Fontes_Self_Hosted): CSP restritiva mais cliente corporativo com
 * firewall mais LGPD. A CSP deste projeto fecha em font-src 'self'.
 *
 * Inter e Playfair Display sao VARIABLE FONTS: um arquivo por subset cobre
 * todos os pesos. Nao baixar um woff2 por peso.
 *
 * Arquivos nesta pasta, e de onde vieram (instalados em 12/08/2026):
 *   inter-latin.woff2              @fontsource-variable/inter@5.1.1 (OFL)
 *   inter-latin-ext.woff2            files/inter-latin[-ext]-wght-normal.woff2
 *   playfair-display-latin.woff2   @fontsource-variable/playfair-display@5.1.1 (OFL)
 *   playfair-display-latin-ext.woff2 files/playfair-display-latin[-ext]-wght-normal.woff2
 *
 * Baixados por `npm pack`, que traz o tarball SEM executar script de instalacao
 * do pacote, e renomeados para os nomes que este arquivo ja esperava.
 *
 * Sao as versoes VARIAVEIS de proposito: um arquivo por subset cobre a faixa de
 * peso inteira. O pacote estatico traz um woff2 por peso, e ai seriam doze
 * arquivos para entregar o mesmo resultado.
 *
 * Se um dia os woff2 sumirem daqui, a pilha de fallback do tokens.css segura a
 * tela (system-ui no corpo, Georgia no titulo): a identidade fica errada, mas
 * nada quebra.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('inter-latin.woff2') format('woff2');
  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;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('playfair-display-latin.woff2') format('woff2');
  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;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('playfair-display-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
