/* Self-hosted fonts (latin subset) for the Bryson Alef studio site.
   Geist & JetBrains Mono are variable fonts — a single woff2 covers every weight
   via the wght axis. Space Mono is static (only 700 is used). Fetched once from
   Google Fonts; there is no runtime dependency on fonts.googleapis/gstatic, which
   keeps the site under the strict 'self'-only CSP in _headers. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('geist.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('jetbrainsmono.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('spacemono-700.woff2') format('woff2');
}
