/* Custom palette is derived from the supplied Cyber Dog artwork. */
:root {
  --ink: #f5f7ff;
  --muted: #a8b5d8;
  --bg: #060b2c;
  --panel: #0c1440;
  --panel-2: #111c52;
  --line: rgba(123, 168, 255, .25);
  --cyan: #4eeaff;
  --magenta: #ff5fc8;
  --violet: #9568ff;
  --lime: #baff64;
  --peach: #ffad88;
  --dark: #03061d;
}
