:root {
  --ink: #050605;
  --paper: #f3f5ec;
  --muted: rgba(243, 245, 236, .57);
  --line: rgba(243, 245, 236, .18);
  --acid: #baff18;
  --acid-soft: rgba(186, 255, 24, .14);
  --ease: cubic-bezier(.2, .8, .2, 1);
}
