/* Fontes servidas pelo proprio dominio.

   Antes vinham de fonts.googleapis.com, o que entregava o IP de cada visitante
   ao Google e criava uma dependencia externa impossivel de verificar — o Google
   serve CSS variavel por navegador, entao nao ha como usar integridade de
   subrecurso. Servindo daqui, nenhuma requisicao sai para terceiros.

   Cada arquivo foi recortado para conter apenas os caracteres que a pagina
   exibe, incluindo os das faixas corridas. O subconjunto latin-ext foi
   descartado: o latin ja cobre todos os acentos do portugues. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fontes/inter-400-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fontes/inter-500-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fontes/inter-600-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fontes/roboto-mono-700-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fontes/sora-700-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fontes/sora-800-latin.woff2) format('woff2');
}

