/*
 * Inter — subset latin, pesos 400/500/600/700/800.
 * Substitui https://fonts.googleapis.com/css2?family=Inter:... (templates/dashboard/login.html).
 * Arquivos .woff2 de @fontsource/inter@5.0.16 (SIL Open Font License 1.1).
 *
 * font-display:swap mantém o comportamento do Google Fonts: o texto aparece
 * imediatamente na fonte de sistema e troca para a Inter quando ela carrega.
 */

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

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

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./inter-latin-800-normal.woff2') format('woff2');
}
