:root {
  --green-ink: #0b1a13;
  --green-deep: #123024;
  --green-door: #1b3d2d;
  --green-mid: #2a5840;
  --green-leaf: #3d7a56;
  --gold: #e6c56f;
  --gold-deep: #c9a227;
  --gold-soft: #f0d89a;
  --cream: #f4ebd8;
  --paper: #efe3cc;
  --wood: #24180f;
  --wood-mid: #3d2a1b;
  --amber: #efc57a;
  --lantern: #ffd7a1;
  --chalk: #f6f1e4;
  --chalk-dim: #c8c0ad;
  --soot: #090807;
  --blood: #c43c2c;
  --foam: #fff8ea;

  --text: var(--cream);
  --text-dim: #cbbfa6;
  --bg: var(--soot);
  --line: color-mix(in srgb, var(--gold) 28%, transparent);

  --font-display: "Fraunces", "Times New Roman", serif;
  --font-ui: "Karla", "Segoe UI", sans-serif;
  --font-sign: "UnifrakturCook", "Fraunces", serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 7rem;

  --wrap: min(1120px, calc(100% - 2rem));
  --wrap-wide: min(1280px, calc(100% - 2rem));
  --radius: 2px;
  --nav-h: 4.25rem;
  --shadow-warm: 0 18px 50px rgba(0, 0, 0, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 720px) {
  :root {
    --wrap: min(1120px, calc(100% - 3.5rem));
    --wrap-wide: min(1280px, calc(100% - 3.5rem));
  }
}
