/**
 * Generated from HeyGen — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #171717;
  --text-dim: #171717;
  --text-faint: #71717a;
  --brand: #00c3ff;
  --on-brand: #000000;
  --border: #0000001a;
  --border-strong: #00000026;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-tertiary: #f4f4f5;
  --color-surface: #ffffff;
  --color-surface-tint: #f0fbff;
  --color-text: #171717;
  --color-text-display: #333333;
  --color-text-secondary: #3f3f46;
  --color-text-soft: #52525b;
  --color-text-faint: #71717a;
  --color-text-muted: #a1a1aa;
  --color-brand: #00c3ff;
  --color-brand-hover: #00abe0;
  --color-brand-active: #0094c2;
  --color-brand-soft: #cdf2ff;
  --color-brand-tint: #e6f9ff;
  --color-on-brand: #000000;
  --color-accent-black: #000000;
  --color-on-accent-black: #ffffff;
  --color-accent-cyan-deep: #0094c2;
  --color-link: #0094c2;
  --color-link-hover: #007ba3;
  --color-selected-bg: #e6f9ff;
  --color-disabled: #a1a1aa;
  --color-border: #0000001a;
  --color-border-strong: #00000026;
  --color-border-subtle: #00000010;
  --color-border-brand: rgba(0, 195, 255, 0.40);
  --color-success-bg: #dcfce7;
  --color-success-text: #166534;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #92400e;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #b91c1c;
  --color-info-bg: #e6f9ff;
  --color-info-text: #0094c2;

  /* type */
  --display-size: 80px;
  --h1-size: 80px;
  --h2-size: 56px;
  --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: 'ABC Solar Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'TT Norms Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
