/**
 * Generated from Arbitrum — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0d1626;
  --text-dim: #0d1626;
  --text-faint: #bcc2cf;
  --brand: #28a0f0;
  --on-brand: #ffffff;
  --border: #dde2eb;
  --border-strong: #bcc4d2;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #c4313a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f7fa;
  --color-bg-warm: #fafbfd;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfd;
  --color-surface-strong: #eef2f7;
  --color-brand: #28a0f0;
  --color-brand-hover: #1d8edb;
  --color-brand-pressed: #1773b8;
  --color-brand-deep: #125a90;
  --color-brand-tint: #dceefb;
  --color-brand-soft: #a6d4f5;
  --color-on-brand: #ffffff;
  --color-navy: #152d54;
  --color-navy-deep: #0a1d3d;
  --color-navy-soft: rgba(21, 45, 84, 0.08);
  --color-text: #0d1626;
  --color-text-strong: #152d54;
  --color-text-muted: #5a647a;
  --color-text-soft: #8a93a6;
  --color-text-faint: #bcc2cf;
  --color-text-on-brand: #ffffff;
  --color-link: #28a0f0;
  --color-link-hover: #152d54;
  --color-selected-bg: #dceefb;
  --color-border: #dde2eb;
  --color-border-strong: #bcc4d2;
  --color-border-soft: #eaeef5;
  --color-border-brand: #28a0f0;
  --color-arbitrum-orbit: #9b59ff;
  --color-arbitrum-nova: #ff8a00;
  --color-ecosystem-defi: #28a0f0;
  --color-ecosystem-gaming: #9b59ff;
  --color-ecosystem-nft: #ff8a00;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #c4313a;
  --color-info: #28a0f0;

  /* 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: '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;
}
