:root {
  --ls-storm-indigo: #18076b;
  --ls-electric-blue: #3124ff;
  --ls-signal-cyan: #18c8ff;
  --ls-pipeline-amber: #ffb84d;
  --ls-cloud: #eaf2ff;
  --ls-ink: #101828;
  --ls-slate: #475467;
  --ls-mist: #f6f8fc;
  --ls-success: #17b26a;
  --ls-font-display: Sora, Inter, "Segoe UI", Arial, sans-serif;
  --ls-font-body: Inter, "Segoe UI", Arial, sans-serif;
  --ls-font-mono: "IBM Plex Mono", Consolas, monospace;
  --ls-radius-sm: 6px;
  --ls-radius-md: 8px;
  --ls-gutter: clamp(20px, 4vw, 56px);
}
