/* Design tokens shared by site/ and hq/. Palette = lichen, moss and sand; deliberately not cream + terracotta. */
:root {
  --sis: #e8ece6;      /* page ground: fog with a green cast */
  --kar: #f6f7f3;      /* raised surfaces */
  --ink: #1d2a24;      /* text: dried moss */
  --ink-2: #56645c;    /* secondary text (5.1:1 on --sis) */
  --moss: #3b6450;     /* accent, links, markers (5.4:1 on --sis) */
  --moss-deep: #2a4a39;
  --sand: #d8ccb4;     /* warm counterweight */
  --line: rgba(29, 42, 36, 0.16);
  --focus: #1f5fbf;

  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 4rem);
  --measure: 62ch;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
