/* StackMyMed v2 "Clinical Sky" tokens.
   source: stackmymed-web-funnel@26b0094  (src/components/smm-v2-theme.css)
   Spec: docs/superpowers/specs/2026-08-17-smm-v2-clinical-sky-design.md
   Do not edit by hand -- re-sync from the funnel. See docs/design/smm-v2-token-sync.md */
:root {
  --v2-canvas: #f3f6f8;
  --v2-hero-sky-a: #dce9f7;
  --v2-hero-sky-b: #f5f8fb;
  --v2-surface: #ffffff;
  --v2-surface-soft: #eaf1f7;
  --v2-ink: #1c1f23;
  --v2-ink-muted: rgba(28, 31, 35, 0.6);
  --v2-rule: rgba(28, 31, 35, 0.1);
  --v2-action: #17191c;
  --v2-action-ink: #ffffff;
  --v2-brand: #0e7c4a;
  --v2-brand-soft: #ddf0e6;
  --v2-warning: #a65a16;
  --v2-danger: #b4473d;
  --v2-focus: #286be6;
  --v2-radius-card: 16px;
  --v2-radius-scene: 24px;
  --v2-shadow-rest: 0 1px 2px rgba(20, 28, 36, 0.06);
  --v2-shadow-float: 0 18px 48px rgba(20, 28, 36, 0.12);
}
