/* Fontes servidas pelo próprio domínio.
   Motivo: a Inter puxada do CDN do Google chegou corrompida em pelo menos um
   aparelho e o navegador cacheou o arquivo quebrado — a letra "A" sumiu de toda
   a interface. Servindo do mesmo domínio não há proxy de operadora no caminho.
   Só o subconjunto latin: o português cabe inteiro nele (á ã ç ê õ ú, aspas
   curvas e travessão). Serif só no peso 400, normal e itálico, que é o uso real. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Inter-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/Inter-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/Inter-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/Inter-latin-700-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./fonts/SourceSerif4-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(./fonts/SourceSerif4-latin-400-italic.woff2) format('woff2');
}
