/* Fontes locais — sem dependência de rede */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
