/**
 * Self-hosted @font-face rules.
 *
 * No font files are bundled in this build — drop the actual .woff2 files
 * into this /assets/fonts/ folder and uncomment the @font-face blocks
 * below. Until then, main.css's font stacks fall back cleanly to system
 * fonts (Inter/-apple-system for body & display, ui-monospace for mono),
 * so the site renders correctly with zero missing-file errors.
 */

/*
@font-face {
  font-family: 'Space Grotesk';
  src: url('SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
*/
