:root {
  /* Main palette: change these first if you want a different vibe */
  --color-bg: #070a12;
  --color-bg-soft: #0d1322;
  --color-surface: #111a2d;
  --color-surface-2: #16223a;
  --color-line: rgba(255,255,255,0.12);

  --color-text: #f5f7fb;
  --color-muted: #a8b3c7;
  --color-muted-2: #738096;

  --color-accent: #65f0c4;
  --color-accent-2: #7ea7ff;
  --color-accent-3: #e6d46a;

  --shadow-soft: 0 24px 80px rgba(0,0,0,0.35);
  --shadow-card: 0 18px 50px rgba(0,0,0,0.28);

  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --radius-button: 999px;
  

  --max-width: 1180px;
  --section-gap: 112px;
  --transition-fast: 180ms ease;
  --transition-normal: 280ms ease;

  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
