/* ==========================================================================
   Brand: Haley's Place (landing hub)
   Warm antique gold on cream. Sampled from haley_s_main.png.
   Load after tokens.css, before base.css.
   ========================================================================== */

:root {
  --brand:        #CE9542;
  --brand-deep:   #B47F33;
  --brand-tint:   #F8F2ED;
  --brand-tint-2: #F9F4F0;
  --brand-footer: #CE9542;

  --accent:      var(--brand);
  --accent-deep: var(--brand-deep);

  --ink:     #1D1D1D;
  --surface: #F9F4F0;
}

/* The landing page pairs a dark "Hair" card against a light "Food" card.
   That split is unique to this site, so its token lives here. */
:root {
  --card-dark: #1D1D1D;
}
