/* Fontes self-hosted em WOFF2 (subset Latino + símbolos do site).
   Variáveis (font-weight em faixa), com font-display:swap para evitar FOIT. */
@font-face {
  font-family: 'Inter Tight';
  src: url('./InterTight-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('./JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
