:root {
  --bg: #efebe3;
  --bg-deep: #e4dfd4;
  --bg-soft: #ebe7df;
  --paper: #f7f4ed;
  --ink: #1a1c1e;
  --muted: #5a5f66;
  --line: rgba(26, 28, 30, 0.11);
  --accent: #0c5c48;
  --accent-soft: rgba(12, 92, 72, 0.1);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Schibsted Grotesk", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}
