:root {
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --surface: #ffffff;
  --background: #f8fafc;
  --border: #e2e8f0;
  --text: #0f172a;
  --text-muted: #475569;
  --radius: 0.5rem;
  --shadow: 0 1px 3px rgba(15, 23, 42, 0.1), 0 1px 2px rgba(15, 23, 42, 0.06);
  --spacing: 1rem;
  --font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

[data-bs-theme='dark'] {
  --primary: #60a5fa;
  --primary-hover: #93c5fd;
  --surface: #1e293b;
  --background: #0f172a;
  --border: #334155;
  --text: #f1f5f9;
  --text-muted: #94a3b8;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.24);
}
