/* =============================================================================
   FONTES NÃO CRÍTICAS — nada aqui é usado acima da dobra.
   Carregado com media="print" + onload no index.html, então estes sete arquivos
   (~260 KiB) não disputam banda com o LCP. Os cortes críticos estão em
   src/assets/fonts/fonts.css.

   Fica em public/ (e NÃO em public/fonts/) de propósito: o netlify.toml marca
   /fonts/* como immutable por 1 ano, e este arquivo não tem hash no nome.
   ============================================================================= */

/* Cormorant Garamond */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/CormorantGaramond-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/CormorantGaramond-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/CormorantGaramond-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/CormorantGaramond-400-italic.woff2') format('woff2');
}

/* DM Sans */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/DMSans-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/DMSans-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/DMSans-600-normal.woff2') format('woff2');
}
