/**
 * Generated from Webflow — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f6fa;
  --surface-alt: #f5f6fa;
  --text: #1d1f2e;
  --text-dim: #1d1f2e;
  --text-faint: #a8acc1;
  --brand: #4353ff;
  --on-brand: #ffffff;
  --border: #e0e3ec;
  --border-strong: #cdd1de;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f9f9fc;
  --color-bg-elev: #f5f6fa;
  --color-bg-dark: #080a12;
  --color-bg-dark-2: #0e1018;
  --color-surface: #f5f6fa;
  --color-surface-2: #e6e9f2;
  --color-surface-3: #d8dceb;
  --color-surface-dark: #11131c;
  --color-surface-dark-2: #181b27;
  --color-text: #1d1f2e;
  --color-text-strong: #080a12;
  --color-text-muted: #4a4d5e;
  --color-text-soft: #7a7d92;
  --color-text-faint: #a8acc1;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #a8acc1;
  --color-text-on-dark-soft: #7a7d92;
  --color-text-on-brand: #ffffff;
  --color-brand: #4353ff;
  --color-brand-hover: #3441cc;
  --color-brand-active: #2d369e;
  --color-brand-deep: #1a1f5c;
  --color-brand-soft: #e8eaff;
  --color-accent: #a285ff;
  --color-accent-soft: #e8e3ff;
  --color-accent-deep: #7a5dd9;
  --color-accent-cyan: #22ccff;
  --color-accent-cyan-soft: #dcf4ff;
  --color-border: #e0e3ec;
  --color-border-strong: #cdd1de;
  --color-border-soft: #eef0f5;
  --color-border-dark: #22253a;
  --color-border-dark-strong: #33374f;
  --color-success: #22c55e;
  --color-success-bg: #dcfce7;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-danger: #ef4444;
  --color-danger-bg: #fee2e2;
  --color-info: #4353ff;
  --color-info-bg: #e8eaff;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.04em;

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

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

  /* fonts */
  --font-display: 'Webflow Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
