/* ── THE STANDING · DESIGN TOKENS ── */
:root {
  /* Greens */
  --forest:#1F3D18; --moss:#3A6128; --canopy:#5A8738; --sage:#8FAF78; --mist:#C8D9BE;
  /* Neutrals */
  --parchment:#F0EBE0; --paper:#F8F4ED;
  /* Accent */
  --amber:#B5691A; --gold:#D4923A; --gold-pale:#E8C98A;
  /* Dark / Structure */
  --iron:#6B6860; --bark:#1A1C18; --heartwood:#2C3828; --rule:#E0DAD0; --rust:#8B3A1A;
  /* Typography */
  --serif:'Cormorant Garamond',Georgia,serif;
  --sf:'Instrument Sans',system-ui,sans-serif;
  --mo:'Azeret Mono',monospace;
  --num:'Cormorant Garamond',Georgia,serif;
  /* Motion */
  --ease:cubic-bezier(.16,1,.3,1);
}
