:root {
  --bg: #f0ebe3;
  --panel: #f8f4ed;
  --ink: #2a241c;
  --muted: #6f6558;
  --ghost: #a89d8e;
  --ghost-readable: #8a8074;
  --whisper: #e4dcd0;
  --line: #d8cfc1;
  --line-strong: #c2b5a3;
  --font-display: "EB Garamond", Georgia, serif;
  --font-body: "EB Garamond", Georgia, serif;
  --font-meta: "Source Sans 3", system-ui, sans-serif;
}

body {
  font-size: 1.0625rem;
  line-height: 1.65;
}

.rail__name { letter-spacing: 0.16em; }

.method__text,
.current-item__text,
.contact-line {
  font-family: var(--font-meta);
  font-size: 0.8125rem;
}

.panel__prose--intro p:first-of-type::first-letter {
  color: var(--muted);
}
