/*
 * XyberLimbs design tokens — single source of truth for color and font names.
 * Documented in assets/brand/BRAND.md. The @font-face declarations for the
 * self-hosted families live in styles/site.css (fonts under /fonts/).
 */
:root {
  --xyber-blue: #11B4EF;
  --xyber-blue-glow: #4FC9F5;
  --xyber-blue-dim: #0A7FB0;

  --bg-void: #04080C;
  --bg-deep: #081019;
  --bg-panel: #0D1B28;

  --ink: #F4FAFD;
  --ink-dim: #8FA8B8;

  --led-magenta: #E44FD4;
  --led-green: #3BE8A0;

  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}
