/* Manhattan location accent — darker, more refined palette.
   Loads after mulberry.css to override the local accent tokens. */
:root {
  --bone:         #F7F4EF;
  --bone-mid:     #EFE9DF;
  --bone-dark:    #E4DDD2;
  --stone:        #D8D0C7;
  --stone-dark:   #C8BEB4;

  --champagne:       #C6AE84;
  --champagne-light: #D8C8A4;
  --champagne-pale:  #EEE4D0;

  /* Override the brand mulberry to the deeper Manhattan tone */
  --mulberry-local:      #5B3A52;
  --mulberry-local-light:#8D7286;
  --mulberry-local-dark: #3E2438;

  /* Legacy aliases used by manhattan.html inline CSS */
  --champ-l:    var(--champagne-light);
  --champ-pale: var(--champagne-pale);
  --mulberry-ll:#B09AAC;
}
