:root {
  --primary: #6366F1;
  --primary-light: #818CF8;
  --primary-dark: #4F46E5;
  --primary-rgb: 99, 102, 241;

  --red: #EF4444;
  --red-light: #FCA5A5;
  --red-dark: #DC2626;
  --red-bg: #FEF2F2;
  --red-rgb: 239, 68, 68;

  --blue: #3B82F6;
  --blue-light: #93C5FD;
  --blue-dark: #2563EB;
  --blue-bg: #EFF6FF;
  --blue-rgb: 59, 130, 246;

  --green: #22C55E;
  --green-light: #86EFAC;
  --green-dark: #16A34A;
  --green-bg: #F0FDF4;
  --green-rgb: 34, 197, 94;

  --yellow: #EAB308;
  --yellow-light: #FDE047;
  --yellow-dark: #CA8A04;
  --yellow-bg: #FEFCE8;
  --yellow-rgb: 234, 179, 8;

  --bg: #F8FAFC;
  --bg-card: #FFFFFF;
  --bg-sidebar: #1E293B;
  --bg-sidebar-hover: #334155;
  --bg-sidebar-active: rgba(99, 102, 241, 0.15);

  --text-primary: #0F172A;
  --text-secondary: #64748B;
  --text-muted: #94A3B8;
  --text-inverse: #F8FAFC;
  --text-sidebar: #CBD5E1;
  --text-sidebar-active: #FFFFFF;

  --border: #E2E8F0;
  --border-light: #F1F5F9;

  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.06);
  --shadow-color: 0 4px 14px rgba(0, 0, 0, 0.08);

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  --sidebar-width: 260px;
  --sidebar-collapsed: 72px;
  --topbar-height: 64px;

  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
  --transition-slow: 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  --font-family: 'Kanit', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.8125rem;
  --font-size-base: 0.9375rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;

  --z-sidebar: 100;
  --z-topbar: 90;
  --z-dropdown: 200;
  --z-modal: 300;
  --z-toast: 400;
  --z-overlay: 250;
}
