:root {
  --color-bg: #0f1419;
  --color-bg-elevated: #1a222d;
  --color-bg-card: #151c26;
  --color-text: #e8eaed;
  --color-text-muted: #9aa5b4;
  --color-accent: #2dd4bf;
  --color-accent-hover: #14b8a6;
  --color-border: #2a3544;
  --color-white: #ffffff;

  --font-sans: "Inter", system-ui, -apple-system, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  --max-width: 1100px;
  --header-height: 4.5rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);

  --transition: 0.2s ease;
}
