/**
 * Generated from LottieFiles — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #09090b;
  --text-dim: #09090b;
  --text-faint: #09090b;
  --brand: #019d91;
  --on-brand: #fafafa;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --success: #16a34a;
  --warning: #f59e0b;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-subtle: #fafafa;
  --color-surface: #ffffff;
  --color-surface-muted: #f4f4f5;
  --color-text: #09090b;
  --color-text-muted: #71717a;
  --color-text-soft: #a1a1aa;
  --color-brand: #019d91;
  --color-brand-hover: #017a71;
  --color-brand-secondary: #00c1a2;
  --color-on-brand: #fafafa;
  --color-accent: #f4f4f5;
  --color-accent-foreground: #18181b;
  --color-border: #e4e4e7;
  --color-border-strong: #d4d4d8;
  --color-success: #16a34a;
  --color-warning: #f59e0b;
  --color-danger: #dc2626;
  --color-info: #019d91;

  /* type */
  --display-size: 96px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

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

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