:root {
  --paper: #faf7f2;
  --kraft: #f0e6d6;
  --ink: #2b2b28;
  --muted: #6f6a61;
  --green: #6bb62f;
  --green-2: #90c863;
  --green-tint: #f2fce4;
  --action: #d7382c;      /* reserved: primary action only */
  --line: #e7ded0;
  --radius: 16px;
  --radius-lg: 28px;
  --shadow: 0 6px 24px rgba(43,43,40,.08);
  --wrap: 1140px;
  --gap: clamp(1rem, 2.5vw, 2rem);
  --font-head: "Quicksand", system-ui, sans-serif;
  --font-body: "Lato", system-ui, sans-serif;
}
