/* Self-hosted Geist (variable, wght 100-900) — replaces the Google Fonts dependency so portfolio
   pages serve fonts same-origin over HTTP/2 with immutable caching, and need no external connection.
   One variable woff2 per family covers every weight. latin subset (includes Spanish accents). */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist-mono.woff2') format('woff2');
}
