/* Theme + stacking: change colors / layers here only */

:root {
  --bg: #000000;
  --ink: #ffffff;
  --muted: #b3b3b3;
  --pill: #1a1a1a;
  --dark-pill: #ffffff;

  --z-hero-word: 1;
  --z-robot: 3;
  --z-scroll: 4;
  --z-top-bar: 5;
  --z-overlay: 12000;
  --z-cursor: 9999;
}
