/* ============================================================
   THE SIGNAL PATH — tokens.css
   Monakai Audio redesign · design tokens (single source of truth)
   Owned by CORE_SHELL. Pages: use these vars, never redefine.
   ============================================================ */

:root {
  /* palette — flat accents on near-black */
  --bg: #050505;
  --bg-2: #0b0b0a;
  --panel: #121210;
  --ink: #F4F1EA;
  --muted: #8f8c85;
  --line: #232320;
  --orange: #FF6B35;   /* primary */
  --blue: #2979FF;
  --green: #00C853;
  --yellow: #F7E84C;

  /* type */
  --font-display: 'Space Grotesk';
  --font-mono: 'IBM Plex Mono';

  /* motion */
  --ease: cubic-bezier(.16, 1, .3, 1);

  /* layout (shell internals — safe to use in .pg-* styles) */
  --nav-h: 64px;
  --wrap: 1240px;
  --radius: 2px;

  color-scheme: dark;
}
