/* Fontes auto-hospedadas — arquivos woff2 reais capturados da página original
   (https://thaizetavares.com.br/aula-gratuita-fechamento/).
   Ambos são fontes VARIÁVEIS (tabela fvar presente), então um único arquivo
   cobre toda a faixa de pesos. Nenhum hotlink para fonts.gstatic.com. */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('dm-sans-latin-var.woff2') format('woff2-variations'),
       url('dm-sans-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('roboto-latin-var.woff2') format('woff2-variations'),
       url('roboto-latin-var.woff2') format('woff2');
}
