:root {
  /* ── Palette (Soft Botanical) ── */
  --cream: #f3f1e9;
  --sand: #e9e5d8;
  --sage: #7c8c6b;
  --sage-dark: #5f6e51;
  --moss: #3f4a33;
  --ink: #2c2c28;
  --muted: #6f6f66;
  --line: rgba(63, 74, 51, .16);
  --accent: #c98a6b;
  --white: #ffffff;

  /* ── Typography ── */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Nunito Sans", system-ui, sans-serif;

  /* ── Layout ── */
  --container: 1200px;
  --radius: 14px;
  --radius-sm: 8px;
  --radius-pill: 999px;

  /* ── Rhythm & Motion ── */
  --space: clamp(3rem, 7vw, 6rem);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
