:root {
  --font-sans: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Newsreader", ui-serif, Georgia, Cambria, "Times New Roman", serif;

  --bg: #f6f3ec;
  --surface: #fffdf8;
  --text: #20211f;
  --muted: #686862;
  --line: #d8d1c5;

  --accent: #d45b48;
  --accent-home: #745e4f;
  --accent-underhood: #d45b48;
  --accent-glances: #b8793f;
  --accent-between: #8a5738;
  --accent-serial: #8b5c6e;
  --accent-urchin: #c45a50;
  --accent-sidestep: #b99543;
  --accent-archive: #8d7259;
  --accent-about: #6f665f;

  --measure: 72ch;
  --page: 1160px;

  --space-1: .4rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;

  --radius: .25rem;
  --card-radius: 1rem;
  --card-shadow: 0 .2rem .65rem rgba(57, 43, 31, .07);
  --card-shadow-hover: 0 .55rem 1.2rem rgba(57, 43, 31, .12);
}
