/* Hacienda Living — design tokens
 * Palette drawn from the property's actual whitewash + ivy + Plascon wall
 * swatches (Amazon Mist / Castle Stone / Wishing Well). Load FIRST.
 */
:root {
  --cream:       #FBFAF7;
  --stone:       #F0EDE5;
  --stone-2:     #C3BFB2;  /* Amazon Mist */
  --taupe:       #A8A497;  /* Castle Stone */
  --taupe-dark:  #8F8B7D;  /* Wishing Well */
  --ink:         #22231F;
  --ink-2:       #191A16;
  --ink-muted:   #6C6A61;
  --ink-soft:    #8E8A80;
  --hairline:    rgba(34,35,31,0.14);
  --band:        #191A16;

  color-scheme: light;
}
