/**
 * Generated from Vapi — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e0e13;
  --surface: #16161c;
  --surface-alt: #16161c;
  --text: #fffaea;
  --text-dim: #fffaea;
  --text-faint: #56544f;
  --brand: #7ccf00;
  --on-brand: #0e0e13;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #7ccf00;
  --warning: #fdc700;
  --danger: #fb2c36;

  /* full color palette */
  --color-bg: #0e0e13;
  --color-bg-soft: #16161c;
  --color-bg-band: #1f1f23;
  --color-surface: #16161c;
  --color-surface-soft: #1f1f23;
  --color-surface-hover: #28282f;
  --color-text: #fffaea;
  --color-text-strong: #ffffff;
  --color-text-muted: #b7b3a9;
  --color-text-soft: #86847e;
  --color-text-faint: #56544f;
  --color-brand: #7ccf00;
  --color-brand-hover: #8ee10f;
  --color-brand-active: #6bb500;
  --color-brand-soft: rgba(124, 207, 0, 0.16);
  --color-brand-faint: rgba(124, 207, 0, 0.08);
  --color-on-brand: #0e0e13;
  --color-accent-red: #fb2c36;
  --color-accent-amber: #fdc700;
  --color-accent-orange: #ff6900;
  --color-accent: #7ccf00;
  --color-link: #7ccf00;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-soft: rgba(255, 255, 255, 0.04);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-cta-dark-bg: #000000;
  --color-cta-dark-text: #fafafa;
  --color-cta-light-bg: #ffffff;
  --color-cta-light-text: #000000;
  --color-success: #7ccf00;
  --color-success-bg: rgba(124, 207, 0, 0.16);
  --color-warning: #fdc700;
  --color-warning-bg: rgba(253, 199, 0, 0.16);
  --color-danger: #fb2c36;
  --color-danger-bg: rgba(251, 44, 54, 0.16);
  --color-info: #fffaea;
  --color-info-bg: #1f1f23;

  /* type */
  --display-size: 96px;
  --h1-size: 80px;
  --h2-size: 58px;
  --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: 'avantt', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'seasonSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
