/**
 * Generated from Ethereum — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #1c64f2;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fafafa;
  --color-bg-soft: #f5f5f5;
  --color-bg-strong: #ececec;
  --color-bg-warm: #fff8e7;
  --color-bg-dark: #212121;
  --color-bg-dark-elev: #2c2c2c;
  --color-surface-card: #ffffff;
  --color-surface-card-hover: #f5f5f5;
  --color-text: #1a1a1a;
  --color-text-body: #404040;
  --color-text-muted: #666666;
  --color-text-subtle: #999999;
  --color-text-on-dark: #fafafa;
  --color-text-on-dark-soft: #a8a8a8;
  --color-brand: #1c64f2;
  --color-brand-hover: #1450c0;
  --color-brand-active: #0e3d8e;
  --color-brand-light: #3b82f6;
  --color-brand-soft: #1c64f21a;
  --color-brand-glow: rgba(28,100,242,0.40);
  --color-on-brand: #ffffff;
  --color-accent-purple: #7c3aed;
  --color-accent-cream: #fff8e7;
  --color-accent-mint: #10b981;
  --color-accent-coral: #fb7185;
  --color-border: #e5e5e5;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #cccccc;
  --color-semantic-up: #10b981;
  --color-semantic-down: #ef4444;
  --color-semantic-warning: #f59e0b;
  --color-semantic-info: #1c64f2;
  --color-ethereum-glyph-blue: #3c3c3d;
  --color-ethereum-glyph-light: #8a92b2;
  --color-focus-ring: rgba(28,100,242,0.40);
  --color-scrim: rgba(33,33,33,0.55);
  --color-link: #1c64f2;
  --color-link-hover: #1450c0;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.7;
  --display-tracking: -0.025em;

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

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

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