/* Nicola Chen — self-hosted type (no Google/CDN, no AI-tell)
 * Switzer (variable 100–900 + italic) — display + body. Free commercial (Indian Type Foundry).
 *   Reference-proven: ethanandtom ships this exact face.
 * Spline Sans Mono (variable 300–600) — all chrome: labels, timecode, credits keys.
 * Replaces Bebas Neue + Geist + Geist Mono + Instrument Serif.
 */
@font-face{
  font-family:'Switzer';
  src:url('fonts/switzer-variable.woff2') format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Switzer';
  src:url('fonts/switzer-italic-variable.woff2') format('woff2');
  font-weight:100 900; font-style:italic; font-display:swap;
}
@font-face{
  font-family:'Spline Sans Mono';
  src:url('fonts/spline-sans-mono.woff2') format('woff2');
  font-weight:300 600; font-style:normal; font-display:swap;
}

/* Display tuning — Switzer is not condensed, so display moments earn weight + tight track.
   These selectors are shared across every page's copied design-system block. */
.brand{font-weight:800 !important;letter-spacing:.02em !important}
.foot__mark h2{font-weight:850 !important;letter-spacing:-.025em !important}
