/**
 * Generated from Teladoc Health — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #14161a;
  --text-dim: #14161a;
  --text-faint: #14161a;
  --brand: #6240e8;
  --on-brand: #ffffff;
  --border: #d9dce3;
  --border-strong: #78879a;
  --success: #247a52;
  --warning: #8a5a00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #eff2f7;
  --color-surface: #ffffff;
  --color-surface-muted: #efeff1;
  --color-surface-violet: #ededff;
  --color-surface-inverse: #351f65;
  --color-text: #14161a;
  --color-text-heading: #351f65;
  --color-text-muted: #78879a;
  --color-text-inverse: #ffffff;
  --color-brand: #6240e8;
  --color-brand-deep: #351f65;
  --color-brand-soft: #eae8f0;
  --color-on-brand: #ffffff;
  --color-border: #d9dce3;
  --color-border-strong: #78879a;
  --color-scrim: rgba(53,31,101,0.62);
  --color-focus: #6240e8;
  --color-success: #247a52;
  --color-warning: #8a5a00;
  --color-danger: #b42318;

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

  /* shape */
  --radius-button: 10px;
  --radius-card: 12px;
  --radius-pill: 50px;

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

  /* fonts */
  --font-display: 'Reckless Neue', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Lexend Deca Regular', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
