:root {
  color-scheme: light;
  --font-sans: "SF Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  --color-primary: #215be8;
  --color-primary-strong: #1742aa;
  --color-primary-soft: #eaf0ff;
  --color-accent: #42d3a2;
  --color-ink: #102341;
  --color-ink-muted: #61708a;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f7fb;
  --color-border: #dce4ef;
  --color-border-strong: #c4cfdd;
  --color-success: #167c5b;
  --color-success-soft: #e6f7f1;
  --color-warning: #a86408;
  --color-warning-soft: #fff4dd;
  --color-danger: #b83245;
  --color-danger-soft: #ffeaed;
  --color-info: #2457c5;
  --color-info-soft: #e8efff;
  --shadow-xs: 0 1px 2px rgb(16 35 65 / 0.06);
  --shadow-sm: 0 8px 24px rgb(16 35 65 / 0.08);
  --shadow-md: 0 18px 50px rgb(16 35 65 / 0.13);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --motion-fast: 140ms;
  --motion-base: 180ms;
  --motion-slow: 240ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --sidebar-width: 272px;
  --topbar-height: 80px;
}
