/* Fontes auto-hospedadas.
 *
 * O site original puxa Cormorant, Poppins e Roboto do Google Fonts com TODOS os
 * pesos de 100 a 900 mais os italicos: 54 variantes. A analise do CSS mostrou
 * que so 5 combinacoes aparecem de fato, e o Roboto tem 2 ocorrencias que nunca
 * renderizam. Sao estas 5, somando 54 KB, servidas do nosso dominio.
 *
 * Sem unicode-range de proposito: baixamos so o subset latin e o site e em
 * ingles, entao restringir o range so criaria buraco de glifo sem ganho.
 */

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
}
