:root {
  --paper: #efe4cf;
  --paper-deep: #e2d0b3;
  --ink: #1f1914;
  --ink-soft: #463b32;
  --muted: #76685b;
  --line: rgba(31, 25, 20, 0.18);
  --line-strong: rgba(31, 25, 20, 0.42);
  --orange: #c84b1b;
  --orange-dark: #9a3512;
  --white-veil: rgba(255, 250, 240, 0.42);
  --shadow: 0 28px 60px rgba(57, 39, 23, 0.14);
  --max: 1180px;
  --rail: 58px;
  --sans: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Playfair Display", "Noto Serif SC", Georgia, serif;
  --cn-serif: "Noto Serif SC", "Playfair Display", Georgia, serif;
}
