:root {
  --paper: #f3eee5;
  --paper-2: #faf7f1;
  --stone: #ded4c6;
  --stone-2: #cbbcac;
  --outer: #c7beb2;
  --ink: #171714;
  --ink-soft: #393631;
  --muted: #716b63;
  --line: #c7beb2;
  --line-strong: #9f9488;
  --accent: #9a674b;
  --accent-deep: #7b4f39;
  --deep: #292824;
  --deep-2: #34312c;
  --contact-bg: #887261;
  --contact-bg-deep: #755f50;
  --contact-paper: #f7f1e8;
  --white: #fffaf2;
  --display: "Newsreader", "Iowan Old Style", Baskerville, Georgia, serif;
  --body: "IBM Plex Sans", "Aptos", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --frame-max: 1560px;
  --gutter: clamp(22px, 3vw, 48px);
  --section-pad: clamp(76px, 6.4vw, 108px);
  --shadow-frame: 0 24px 72px rgba(32, 27, 22, .14);
  --ease: cubic-bezier(.2,.75,.25,1);
}
