:root {
  --bg: #08090b;
  --surface: #111318;
  --surface-2: #171a20;
  --text: #f5f2ec;
  --muted: #a9adb7;
  --accent: #ff9d2e;
  --accent-2: #ff4d5f;
  --border: rgba(255, 255, 255, 0.10);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 78px;
}
