:root {
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  --bg: #ffffff;
  --bg-alt: #f6f8fa;
  --text: #222;
  --text-light: #555;
  --border: #e2e5e9;
  --accent: #2563eb;
  --accent-hover: #1e4fb4;
  --accent-soft: #e1efff;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --max-width: 1100px;
  --transition: 0.18s ease-in-out;
}

.dark {
  --bg: #0f172a;
  --bg-alt: #1e293b;
  --text: #f1f5f9;
  --text-light: #cbd5e1;
  --border: #334155;
  --accent: #3b82f6;
  --accent-hover: #2563eb;
  --accent-soft: #1e3a8a;
}
