/* AV DS public fallback font stack.
   The original generated bundle referenced local subset files that are not
   shipped in this repo. Keep a stable, no-404 stack until real font assets
   are added back deliberately. */

:root {
  --avds-font-sans: 'Onest', 'Inter', 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --avds-font-display: 'Onest', 'Inter', 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --avds-font-mono: 'IBM Plex Mono', 'JetBrains Mono', 'SFMono-Regular', ui-monospace, monospace;
  --avds-font-serif: 'IBM Plex Serif', Georgia, serif;
}
