/* ============================================================
   SITE PALETTE — soft sage (chosen and locked in).
   Want a different colour someday? Edit these values; nothing
   else needs to change.
   ============================================================ */
:root {
  --paper:       #FAF9F6;  /* page background — soft, neutral near-white */
  --card:        #FFFFFF;  /* raised surfaces (the "Currently" box)      */
  --ink:         #26262B;  /* main text — dark, near-black               */
  --muted:       #6C6C72;  /* secondary / grey text                     */
  --accent:      #4F6C8E;  /* links & accents — quiet slate blue        */
  --accent-soft: #E6EAF0;  /* pale accent — hover chips, photo shadow   */
  --line:        #ECEAE4;  /* hairline borders                          */
}
 