/**
 * Generated from CVS Health — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #cc0000;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #000000;
  --success: #1f7a3d;
  --warning: #9a6700;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f7;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-muted: #efefef;
  --color-surface-red-tint: #fdeaea;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #5b5b5b;
  --color-text-soft: #767676;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-brand: #cc0000;
  --color-brand-hover: #a30000;
  --color-brand-active: #8a0000;
  --color-brand-soft: #e34a4a;
  --color-link: #cc0000;
  --color-link-hover: #a30000;
  --color-link-visited: #7a1f5c;
  --color-border: #000000;
  --color-border-soft: #d7d7d7;
  --color-border-strong: #000000;
  --color-border-input: #767676;
  --color-focus-ring: #cc0000;
  --color-scrim: rgba(0,0,0,0.55);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-success: #1f7a3d;
  --color-success-soft: #e7f3ec;
  --color-warning: #9a6700;
  --color-warning-soft: #fbf3e0;
  --color-danger: #cc0000;
  --color-danger-soft: #fdeaea;
  --color-info: #005a9c;
  --color-info-soft: #e6f0f8;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 80px;
  --h1-size: 32px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

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