:root[data-theme='dark'] {
  --bg: #0d0e12;
  --sidebar-bg: #111217;
  --card-bg: #15171d;
  --border: #252833;
  --text-primary: #ecebe4;
  --text-secondary: #a0a2ad;
  --text-faint: #7c7f8b;
  --info: #8fb4ff;
  --warning: #f2b84b;
  --danger: #f08a6c;
  --input-bg: #1a1c23;
}

:root[data-theme='light'] {
  --bg: #f7f7f5;
  --sidebar-bg: #ffffff;
  --card-bg: #ffffff;
  --border: #e4e4e0;
  --text-primary: #15171d;
  --text-secondary: #55575f;
  --text-faint: #85878f;
  --info: #2a5fd9;
  --warning: #8a5a00;
  --danger: #b23a20;
  --input-bg: #ffffff;
}

@media (prefers-color-scheme: dark) {
  :root[data-theme='system'] {
    --bg: #0d0e12;
    --sidebar-bg: #111217;
    --card-bg: #15171d;
    --border: #252833;
    --text-primary: #ecebe4;
    --text-secondary: #a0a2ad;
    --text-faint: #7c7f8b;
    --info: #8fb4ff;
    --warning: #f2b84b;
    --danger: #f08a6c;
    --input-bg: #1a1c23;
  }
}

@media (prefers-color-scheme: light) {
  :root[data-theme='system'] {
    --bg: #f7f7f5;
    --sidebar-bg: #ffffff;
    --card-bg: #ffffff;
    --border: #e4e4e0;
    --text-primary: #15171d;
    --text-secondary: #55575f;
    --text-faint: #85878f;
    --info: #2a5fd9;
    --warning: #8a5a00;
    --danger: #b23a20;
    --input-bg: #ffffff;
  }
}

:root {
  --accent: #3dd9a4;
  --accent-contrast: #04281c;

  --radius-card: 14px;
  --radius-button: 10px;
  --radius-chip: 11px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;

  --font-heading: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'IBM Plex Sans', 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Consolas', monospace;
  --font-bangla: 'Noto Sans Bengali', 'Segoe UI', system-ui, sans-serif;
}
