:root {
  --paper: #f2eee5;
  --paper-deep: #e7dfd0;
  --sheet: #faf8f2;
  --ink: #1d211d;
  --muted: #62645d;
  --muted-strong: #52534d;
  --muted-soft: #77776f;
  --rule: #c9c0b1;
  --sheet-rule: #d6cdbf;
  --red: #a8322d;
  --red-dark: #7c211f;
  --red-soft: #e9b2a5;
  --red-pale: #e9b9ae;
  --red-muted: #e8c7c0;
  --green: #223c31;
  --green-text: #d8ded9;
  --green-paper: #f5f1e7;
  --white: #ffffff;
  --cream: #fff9ee;
  --focus: #0b65c2;
  --text-nav: #484a45;
  --text-lead: #4f514b;
  --text-action: #3e403c;
  --text-fine: #73746d;
  --text-sheet: #585950;
  --text-footer: #70716b;
  --text-footer-link: #51534e;
  --red-guide: rgba(168, 50, 45, .17);
  --gray-guide: rgba(72, 66, 55, .08);
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 7rem;
  --content: 1180px;
}
