/**
 * Feltoni Fonts — Self-hosted
 * Anton (1 peso) + Archivo (6 pesos)
 * Sem Google Fonts (LGPD-friendly)
 */

/* ============================================
   ANTON — 1 peso (regular 400)
============================================ */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('anton-v27-latin_latin-ext-regular.woff2') format('woff2');
}

/* ============================================
   ARCHIVO — 6 pesos (400, 500, 600, 700, 800, 900)
============================================ */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('archivo-v25-latin_latin-ext-900.woff2') format('woff2');
}