/* Design tokens — color, type, shared values */
:root {
  --bg: #f7f6f3;
  --paper: #ffffff;
  --ink: #1f1c1a;
  --muted: #6e6862;
  --line: #e2ddd6;
  --sage: #b2c2c2;
  --sage-deep: #7f9594;
  --seafoam: #9eb5b3;
  --peach: #e8c4a8;
  --peach-deep: #c4845e;
  --shell: #3a322c;
  --pearl: #f7f2e8;
  --danger: #8b3a32;
  --shadow: 0 1px 0 rgba(31, 28, 26, 0.04);
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Figtree", "Avenir Next", "Segoe UI", sans-serif;
  --page-width: min(1100px, calc(100% - 2.5rem));
  --page-width-narrow: min(1100px, calc(100% - 1.5rem));
}
