/* The Shepherd's Cup — design tokens (single source of truth) */
:root{
  /* Primary */
  --espresso:#302418;   /* Deep Brown  */
  --sage:#546C48;       /* Pasture Green (deep) */
  --gold:#9C6C24;       /* Caramel / Luxor Gold */
  /* Support */
  --moss:#849060;       /* Light Sage */
  --wheat:#B49048;      /* Light Gold */
  --russet:#784818;     /* Warm Brown */
  /* Neutrals */
  --halo:#E4D8B4;       /* Cream Halo */
  --cream:#F5F0E6;      /* Page Cream */
  --warm-white:#FDFAF4; /* Warm White */
  --ink:#2E2916;        /* Body Ink */
  --line:#E3DAC6;

  --serif:'Playfair Display',Georgia,serif;
  --script:'Sacramento',cursive;
  --sans:'Nunito Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --maxw:1080px;
  --r:16px;
  --shadow:0 18px 48px -24px rgba(48,36,24,.45);
  --shadow-sm:0 6px 20px -12px rgba(48,36,24,.4);
}