:root {
  /* Brand — clinical teal */
  --color-primary: #0d9488;
  --color-primary-dark: #0f766e;
  --color-primary-soft: #ccfbf1;
  --color-primary-soft-text: #0f766e;

  /* Neutrals */
  --color-bg: #f5f8f8;
  --color-surface: #ffffff;
  --color-border: #dde3e2;
  --color-border-strong: #c7d1cf;
  --color-text: #0f172a;
  --color-muted: #5f6b6a;
  --color-faint: #94a09e;

  /* Semantic status */
  --color-success: #16a34a;
  --color-success-bg: #dcfce7;
  --color-warning: #d97706;
  --color-warning-bg: #fef3c7;
  --color-danger: #dc2626;
  --color-danger-bg: #fee2e2;
  --color-pending: #64748b;
  --color-pending-bg: #e2e8f0;

  /* Deliberately distinct from status colors: never reads as an error/warning */
  --color-coming-soon: #7c8b95;
  --color-coming-soon-bg: #eef1f3;

  /* Spacing (4px scale) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  /* Type scale */
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.85rem;
  --text-base: 0.95rem;
  --text-lg: 1.1rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.9rem;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 6px 16px rgba(15, 23, 42, 0.08);
}
