/* streetwork brand kit — shared form tokens
   Marketing/onboarding surfaces align with calculator pricing (teal + navy). */

:root {
  /* Core palette */
  --sw-bg: #ffffff;
  --sw-surface: #f4f6f8;
  --sw-surface-2: #eef1f4;
  --sw-border: #e2e8ef;
  --sw-border-strong: #c5ced9;

  --sw-text: #1c2839;
  --sw-text-muted: #5b6b7c;
  --sw-text-faint: #8a97a8;
  --sw-text-inverse: #ffffff;

  --sw-navy: #1c2839;
  --sw-teal: #19adac;
  --sw-teal-ink: #0f7f7e;
  --sw-teal-soft: rgba(25, 173, 172, 0.12);
  --sw-highlight: #ffe566;

  --sw-primary: #19adac;
  --sw-primary-hover: #159b9a;
  --sw-primary-active: #0f7f7e;

  --sw-success: #1f6b43;
  --sw-warning: #9a6700;
  --sw-error: #b42318;

  /* Typography */
  --sw-font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --sw-font-heading: "Inter", "Helvetica Neue", Arial, sans-serif;

  --sw-text-xs: 12px;
  --sw-text-sm: 14px;
  --sw-text-base: 16px;
  --sw-text-lg: 18px;
  --sw-text-xl: 24px;
  --sw-text-2xl: 32px;

  --sw-line-tight: 1.2;
  --sw-line-base: 1.5;
  --sw-line-loose: 1.65;

  --sw-weight-regular: 400;
  --sw-weight-medium: 500;
  --sw-weight-semibold: 600;
  --sw-weight-bold: 700;

  /* Radius + spacing */
  --sw-radius-sm: 8px;
  --sw-radius-md: 12px;
  --sw-radius-lg: 20px;
  --sw-radius-pill: 999px;

  --sw-space-1: 4px;
  --sw-space-2: 8px;
  --sw-space-3: 12px;
  --sw-space-4: 16px;
  --sw-space-5: 20px;
  --sw-space-6: 24px;
  --sw-space-8: 32px;

  --sw-shadow-sm: 0 1px 2px rgba(28, 40, 57, 0.06);
  --sw-shadow-md: 0 12px 40px rgba(28, 40, 57, 0.08);
  --sw-shadow-lg: 0 20px 50px rgba(28, 40, 57, 0.10);
}
