/* ====== INTER (auto-hospedada) ====== */
/* Fonte padrão do tema (Tabler usa 'Inter'). Antes vinha de rsms.me; agora é servida  */
/* do próprio host para permitir uma CSP fechada (font-src 'self'). Fonte variável:    */
/* um único arquivo cobre todos os pesos (100–900).                                    */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/InterVariable-Italic.woff2') format('woff2');
}

/* Alias legado usado por alguns estilos do Tabler/Inter */
@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'InterVariable';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/InterVariable-Italic.woff2') format('woff2');
}
