/* STILLPOUR colour tokens */
:root{
  --bg:#f8f6f4;
  --bg-card:#ffffff;
  --bg-sink:#efebe6;
  --ink:#121110;
  --ink-2:#4f4a44;
  --ink-3:#8b847b;
  --line:#ddd7cf;
  --line-2:#c6bfb5;
  --accent:#7a5c3e;
  --footer-bg:#efebe6;
  --footer-text:#121110;
}
