/* Self-hosted variable fonts (Archivo + IBM Plex Sans) — no external CDN */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('archivo.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('ibm-plex-sans.woff2') format('woff2');
}
