/* CIREMONDE colour tokens */
:root{
  --paper:#ffffff;
  --shelf:#f2f0ec;
  --shelf-2:#e8e4dd;
  --ink:#000000;
  --ink-2:#3f3c37;
  --ink-3:#8c867d;
  --rule:#e2ded7;
  --rule-2:#c8c2b8;
  --footer-bg:#ffffff;
  --footer-text:#000000;
}
