:root{
  --bg:#F7F2E9;
  --ink:#201B16;
  --ink-soft:#3A3229;
  --muted:#55493E;
  --hint:#7A6F60;
  --meta:#8A8072;
  --line:#E4DACB;
  --sand:#EFEAE0;
  --bubble:#F1ECE1;
  --white:#FFFFFF;
  --on-dark-muted:#C9C2B4;
  --accent:#C1502E;
  --green:#205C50;

  --sans:'PT Sans',sans-serif;
  --serif:'PT Serif',Georgia,serif;

  --pill:999px;
  --container:1240px;
  --gutter:5%;
}
