/* ── FONTES LOCAIS — arquivos em /fonts/ na raiz do site ── */

/* Fraunces 300 normal */
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-v38-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Fraunces 300 italic */
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-v38-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Instrument Serif regular */
@font-face {
  font-family: 'Instrument Serif';
  src: url('/fonts/instrument-serif-v5-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Instrument Serif italic */
@font-face {
  font-family: 'Instrument Serif';
  src: url('/fonts/instrument-serif-v5-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Inter 400 */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Inter 500 */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Inter 600 */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-v20-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
