/* ========================================= */
/* DESIGN TOKENS */
/* ========================================= */
:root {
  --forest: #0b2e1d;
  --forest-deep: #061b11;
  --gold: #b8934f;
  --paper: #ffffff; /* Full White Background */
  --ivory: #faf8f3;
  --white: #fff;
  --ink: #151713;
  --muted: #666b63;
  --line: rgba(21, 23, 19, 0.15);
  --success: #2e6847;
  --sans: "Instrument Sans", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "DM Mono", monospace;
  --container: 88rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section-space: clamp(4rem, 6.5vw, 6.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
/* END DESIGN TOKENS */
