/**
 * Generated from Cleveland Clinic — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #363636;
  --text-dim: #363636;
  --text-faint: #363636;
  --brand: #0078bf;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #808080;
  --success: #249c3d;
  --warning: #8a5a00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f1faff;
  --color-surface: #ffffff;
  --color-surface-muted: #f1f5f8;
  --color-surface-strong: #e6e6e6;
  --color-text: #363636;
  --color-text-body: #555555;
  --color-text-muted: #808080;
  --color-text-inverse: #ffffff;
  --color-brand: #0078bf;
  --color-brand-link: #007bc2;
  --color-brand-deep: #005688;
  --color-brand-bright: #0088d9;
  --color-on-brand: #ffffff;
  --color-support: #249c3d;
  --color-border: #dddddd;
  --color-border-strong: #808080;
  --color-scrim: rgba(0,70,110,0.58);
  --color-focus: #005688;
  --color-success: #249c3d;
  --color-warning: #8a5a00;
  --color-danger: #b42318;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 20.4px;
  --label-size: 11px;
  --body-line-height: 1.365;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
