/**
 * Generated from Amplitude — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #565656;
  --text-dim: #565656;
  --text-faint: #a8a8a8;
  --brand: #1e61f0;
  --on-brand: #ffffff;
  --border: #e3e6ea;
  --border-strong: #cfd4da;
  --success: #1f9d57;
  --warning: #c77700;
  --danger: #d33b3b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f8f9;
  --color-bg-cool: #f2f4f7;
  --color-surface: #ffffff;
  --color-surface-hover: #f7f8f9;
  --color-bg-dark: #1a1f23;
  --color-bg-deep: #0c0e10;
  --color-text: #565656;
  --color-text-strong: #000000;
  --color-text-muted: #6e6e6e;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #a8a8a8;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #b4b8bc;
  --color-brand: #1e61f0;
  --color-brand-hover: #1850cf;
  --color-brand-deep: #1543ad;
  --color-brand-soft: #eaf0fe;
  --color-brand-tint: rgba(30, 97, 240, 0.10);
  --color-link: #1e61f0;
  --color-link-hover: #1850cf;
  --color-cta-black: #000000;
  --color-cta-black-hover: #1a1f23;
  --color-on-cta-black: #ffffff;
  --color-on-brand: #ffffff;
  --color-border: #e3e6ea;
  --color-border-soft: #eef0f3;
  --color-border-strong: #cfd4da;
  --color-border-dark: rgba(255,255,255,0.12);
  --color-success: #1f9d57;
  --color-warning: #c77700;
  --color-danger: #d33b3b;
  --color-info: #1e61f0;

  /* type */
  --display-size: 72px;
  --h1-size: 60px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --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: 32px;
  --space-xl: 64px;

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