/**
 * Generated from MetaMask — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #f6851b;
  --on-brand: #ffffff;
  --border: #d6d9dc;
  --border-strong: #bbbfc4;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #d73a49;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-warm: #fdf6ed;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f0f0;
  --color-brand: #f6851b;
  --color-brand-hover: #e3760e;
  --color-brand-pressed: #cc6800;
  --color-brand-deep: #a85400;
  --color-brand-tint: #fde5cc;
  --color-brand-soft: #fbcc99;
  --color-on-brand: #ffffff;
  --color-fox-blue: #037dd6;
  --color-fox-blue-deep: #0260a4;
  --color-fox-red: #d73a49;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #535a61;
  --color-text-soft: #8e8e8e;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #037dd6;
  --color-link-hover: #0260a4;
  --color-selected-bg: #fde5cc;
  --color-border: #d6d9dc;
  --color-border-strong: #bbbfc4;
  --color-border-soft: #eaecef;
  --color-border-brand: #f6851b;
  --color-network-eth: #627eea;
  --color-network-polygon: #8247e5;
  --color-network-arbitrum: #28a0f0;
  --color-network-optimism: #ff0420;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #d73a49;
  --color-info: #037dd6;

  /* type */
  --display-size: 72px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 'MM Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'MM Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
