/**
 * Generated from Base — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f5f5;
  --surface-alt: #f5f5f5;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #999999;
  --brand: #0000ff;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #999999;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-elevated: #fafafa;
  --color-bg-blue: #0000ff;
  --color-bg-cream: #f5f5f0;
  --color-bg-dark: #000000;
  --color-surface: #f5f5f5;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #e8e8e8;
  --color-surface-on-blue: #0000cc;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #666666;
  --color-text-faint: #999999;
  --color-text-on-blue: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-brand: #0000ff;
  --color-brand-hover: #0000cc;
  --color-brand-active: #000099;
  --color-brand-soft: #e6e6ff;
  --color-brand-deep: #000033;
  --color-on-brand: #ffffff;
  --color-accent-cream: #f5f5f0;
  --color-accent-yellow: #ffd000;
  --color-accent-pink: #ff5599;
  --color-border: #e0e0e0;
  --color-border-soft: #ededed;
  --color-border-strong: #999999;
  --color-border-on-blue: #3333ff;
  --color-link: #0000ff;
  --color-link-hover: #0000cc;
  --color-ring: #0000ff;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #0000ff;

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

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

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

  /* fonts */
  --font-display: 'coinbaseSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'coinbaseDisplay', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'coinbaseMono', ui-monospace, monospace;
}
