/**
 * Generated from Aave — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #211d1d;
  --text-dim: #211d1d;
  --text-faint: #c4c0c2;
  --brand: #978fff;
  --on-brand: #ffffff;
  --border: #e8e6ec;
  --border-strong: #d5d2dd;
  --success: #1bbf8a;
  --warning: #f5b948;
  --danger: #f0506e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f6ff;
  --color-bg-lavender: #f1eeff;
  --color-surface: #ffffff;
  --color-surface-soft: #faf9ff;
  --color-surface-strong: #f1eeff;
  --color-brand: #978fff;
  --color-brand-hover: #857cf5;
  --color-brand-pressed: #6f63ff;
  --color-brand-deep: #5b4fee;
  --color-brand-strong: #5448d6;
  --color-brand-tint: #ece9ff;
  --color-brand-soft: #c9c3ff;
  --color-on-brand: #ffffff;
  --color-text: #211d1d;
  --color-text-strong: #000000;
  --color-text-muted: #5c5658;
  --color-text-soft: #8a8488;
  --color-text-faint: #c4c0c2;
  --color-text-on-brand: #ffffff;
  --color-link: #5b4fee;
  --color-link-hover: #5448d6;
  --color-selected-bg: #ece9ff;
  --color-border: #e8e6ec;
  --color-border-strong: #d5d2dd;
  --color-border-soft: #f2f1f6;
  --color-border-brand: #978fff;
  --color-gradient-pink: #ffb8e6;
  --color-gradient-peach: #ffd6b8;
  --color-gradient-mint: #b8f0d6;
  --color-gradient-sky: #b8d6ff;
  --color-success: #1bbf8a;
  --color-warning: #f5b948;
  --color-danger: #f0506e;
  --color-info: #5b4fee;

  /* type */
  --display-size: 88px;
  --h1-size: 72px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

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

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