:root {
  --font-ui: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;

  --dash-bg: #0d0a14;
  --dash-panel: #171025;
  --dash-border: #2b1e42;
  --dash-text: #e8e3f5;
  --dash-muted: #9d92b8;
  --accent: #9d4dff;
  --accent-soft: rgba(157, 77, 255, 0.16);
  --accent-2: #56f0c4;

  --land-bg: #ffffff;
  --land-text: #202124;
  --land-muted: #5f6368;
  --land-input-bg: #ffffff;
  --google-blue: #1a73e8;
}