:root {
  --paper: #f5f0e2;
  --paper-deep: #ebe4d3;
  --paper-lift: #faf7ef;
  --ink: #323d36;
  --ink-soft: #5a645c;
  --ink-muted: #697166;
  --forest: #273b30;
  --oat: #b9aa8d;
  --hairline: rgba(50,61,54,.19);
  --font-display: "Cormorant Garamond", "Wedding Serif", "Songti SC", "SimSun", Georgia, serif;
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --gutter: clamp(22px, 5vw, 72px);
  --shell: min(1120px, calc(100% - var(--gutter) * 2));
  --ease-out: cubic-bezier(.22,1,.36,1);
}

