/* Shared Way Home identity, used by the editorial and ordering pages. */
:root {
  --title-scale: .75;
  --paper: #fff4ea;
  --ink: #30221b;
  --muted: #765741;
  --accent: #b84b21;
  --line: #d9c8b8;
  --gutter: clamp(24px, 3.8vw, 80px);
  --serif: "Oranienbaum", Georgia, serif;
  --body: "Cambo", Georgia, serif;
  --wordmark: "EB Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
