:root {
  /* Brand colors */
  --color-bg: #0a0d12;
  --color-bg-alt: #0f141b;
  --color-surface: #151b24;
  --color-surface-2: #1c2530;
  --color-border: #2a3542;

  --color-orange: #f7941d;
  --color-orange-dark: #d97a0c;
  --color-orange-soft: #ffb35c;
  --color-steel: #9fb0c3;
  --color-white: #f5f7fa;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1da851;

  --color-text: var(--color-white);
  --color-text-muted: #a7b3c2;

  /* Typography */
  --font-display: "Barlow Condensed", "Rajdhani", sans-serif;
  --font-body: "Rajdhani", "Barlow Condensed", sans-serif;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --space-7: 7rem;

  /* Layout */
  --container-w: 1180px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;

  --shadow-card: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  --header-h: 76px;

  color-scheme: dark;
}
