:root {
  --bg-main: #07090b;
  --bg-surface: #101419;
  --bg-surface-2: #141a20;
  --text-main: #f6f8fa;
  --text-muted: #b6c0c8;
  --accent: #65ff5b;
  --accent-dark: #37b930;
  --accent-2: #25d7ff;
  --stroke: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 1.2rem 2.2rem rgba(0, 0, 0, 0.36);

  --radius-sm: 0.8rem;
  --radius-md: 1.2rem;
  --radius-lg: 1.8rem;

  --container-max: 72rem;
  --section-space: clamp(3rem, 5vw, 5.5rem);
  --headline: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
}
