/* Sussex Audio — Webfonts
   figmaSans / figmaMono in the source analysis are proprietary. Substituted with
   Geist (sans) + Geist Mono (mono): clean editorial grotesques with a true variable
   weight axis (100–900), so the fine increments — 320/330/340/480/540/700 — render
   as a single voice modulating rather than a stepped family. Flag: swap for the real
   faces if/when licensed. */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@100..900&display=swap');

:root {
  --font-sans: 'Geist', 'SF Pro Display', system-ui, -apple-system, 'Helvetica Neue', helvetica, sans-serif;
  --font-mono: 'Geist Mono', 'SF Mono', 'JetBrains Mono', menlo, ui-monospace, monospace;
}
