/* Shared design tokens. Consumed by both site.css and print.css so the screen
   and paged renderings stay visually related. */
:root {
  --accent: #b4531f;
  --ink: #1a1815;
  --ink-2: #4a453e;
  --ink-3: #7a736a;
  --rule: #ddd6cc;
  --rule-2: #ece6dc;
  --paper: #fbf9f5;
  --paper-2: #ffffff;
  --shadow: 0 1px 2px rgba(26, 24, 21, .06), 0 8px 24px rgba(26, 24, 21, .06);

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace;

  --measure: 34rem;
  --wrap: 74rem;
}
