/**
 * Generated from Uniswap — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #131313;
  --text-dim: #131313;
  --text-faint: #cdcdcd;
  --brand: #ff007a;
  --on-brand: #ffffff;
  --border: #ededed;
  --border-strong: #cdcdcd;
  --success: #27ae60;
  --warning: #f3b71e;
  --danger: #fd4040;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f6fc;
  --color-bg-warm: #fff4f9;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfd;
  --color-surface-strong: #f1f3f9;
  --color-brand: #ff007a;
  --color-brand-hover: #e60069;
  --color-brand-pressed: #cc005f;
  --color-brand-deep: #a60052;
  --color-brand-tint: #ffe5f1;
  --color-brand-soft: #ffb3d6;
  --color-on-brand: #ffffff;
  --color-text: #131313;
  --color-text-strong: #000000;
  --color-text-muted: #5d6785;
  --color-text-soft: #888d9b;
  --color-text-faint: #cdcdcd;
  --color-text-on-brand: #ffffff;
  --color-link: #ff007a;
  --color-link-hover: #cc005f;
  --color-selected-bg: #ffe5f1;
  --color-border: #ededed;
  --color-border-strong: #cdcdcd;
  --color-border-soft: #f7f8fa;
  --color-border-brand: #ff007a;
  --color-unicorn-purple: #9c52ff;
  --color-ethereum-blue: #627eea;
  --color-success: #27ae60;
  --color-warning: #f3b71e;
  --color-danger: #fd4040;
  --color-info: #0068fc;

  /* type */
  --display-size: 88px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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