/* Self-hosted Archivo variable family — SIL Open Font License, see assets/fonts/OFL.txt */
@font-face {
  font-family: 'Archivo';
  src: url('../Archivo[wdth,wght].ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../Archivo-Italic[wdth,wght].ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
}
body, input, textarea, button, select { font-family: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-variant-numeric: tabular-nums; }
.gate-title, .app-title { font-stretch: 105%; font-weight: 700; }
.stat-num { font-weight: 700; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; }
