/* Font Families — self-hosted (OPS-005). Previously loaded from fonts.bunny.net.
   Using system-ui fallback when custom fonts unavailable. */
:root {
  --font-display: 'Bricolage Grotesque', 'Inter', system-ui, sans-serif;
  --font-body: 'Instrument Sans', 'Inter', system-ui, sans-serif;
}
