/* 01-tokens.css — Design tokens — every colour, type face and measure the site draws from. */

:root{
  --ink:#16241F;
  --ink-2:#1E332B;
  --ink-3:#2A463B;
  --paper:#EEF1E7;
  --paper-2:#E3E8D8;
  --verdant:#1F6B45;
  --citron:#E3A81B;
  --pomegranate:#8E1D42;
  --glass:#2A5B7A;
  --line:rgba(22,36,31,.16);
  --line-strong:rgba(22,36,31,.34);
  --display:"Gloock",Georgia,serif;
  --body:"Karla",system-ui,sans-serif;
  --wrap:1120px;

  /* the page's living accent — the Feel Finder and the shop re-tint this */
  --accent:#E3A81B;
  --accent-soft:rgba(227,168,27,.14);

  /* chart marks — validated pair (light + dark), see legend + table view */
  --series-juice:#BC8409;
  --series-coffee:#2E86C8;
}
