/**
 * Generated from dYdX — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #0a0a0a;
  --surface-alt: #0a0a0a;
  --text: #fafafd;
  --text-dim: #fafafd;
  --text-faint: #fafafd;
  --brand: #7774ff;
  --on-brand: #ffffff;
  --border: #1f1f24;
  --border-strong: #33333c;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elev-1: #0a0a0a;
  --color-bg-elev-2: #131316;
  --color-bg-elev-3: #1c1c20;
  --color-surface: #0a0a0a;
  --color-surface-strong: #131316;
  --color-text: #fafafd;
  --color-text-body: #c8c8d2;
  --color-text-muted: #8a8a96;
  --color-text-subtle: #5a5a64;
  --color-brand: #7774ff;
  --color-brand-hover: #8e8bff;
  --color-brand-active: #605df0;
  --color-brand-soft: #7774ff1a;
  --color-brand-glow: rgba(119,116,255,0.40);
  --color-on-brand: #ffffff;
  --color-border: #1f1f24;
  --color-border-soft: #131316;
  --color-border-strong: #33333c;
  --color-border-brand: #7774ff;
  --color-semantic-up: #26c486;
  --color-semantic-up-soft: #26c4861a;
  --color-semantic-down: #ff5a5a;
  --color-semantic-down-soft: #ff5a5a1a;
  --color-semantic-warning: #f5b945;
  --color-semantic-info: #7774ff;
  --color-focus-ring: rgba(119,116,255,0.55);
  --color-scrim: rgba(0,0,0,0.80);
  --color-link: #7774ff;
  --color-link-hover: #8e8bff;

  /* type */
  --display-size: 60px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Satoshi', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Satoshi', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
