:root{
  /* Brand palette */
  --mint: #B6D9B2; /* brand mint */
  --cream: #FFF9F3; /* background cream */
  --beige: #EAD8C0; /* accents */

  /* Neutrals */
  --charcoal: #3E3E3E; /* primary text */
  --charcoal-2: #555;   /* secondary text */
  --muted: #6b6b6b;     /* muted captions */
  --white: #ffffff;

  /* Utility */
  --shadow-100: rgba(0,0,0,.06);
  --shadow-200: rgba(182,217,178,.5);
}
