/* Self-hosted text faces (variable). Display face Cabinet Grotesk loads from
   Fontshare (see DESIGN.md) and falls back to Geist if unavailable. */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(assets/fonts/geist.woff2) format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(assets/fonts/geist-mono.woff2) format('woff2');
}
