:root {
  --primary: #6366f1;
  --secondary: #6366f115;
  --accent: #818cf8;
  --background: #ffffff;
  --bg: #ffffff;
  --text: #1e1b4b;
  --text-secondary: #606060;
  --text-light: #909090;
  --light: #eef2ff;
  --bg-light: #eef2ff;
  --card-bg: #ffffff;
  --border: #eef0f2;
  --radius: 16px;
  --radius-sm: 14px;
  --heading-font: 'Inter', sans-serif;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --body-font: 'Inter', sans-serif;
  --shadow-sm: 0 8px 24px rgba(0,0,0,0.06);
  --shadow-md: 0 16px 48px rgba(0,0,0,0.1);
}
