/* Parrhesia — design tokens (single source of truth for color).
   Core palette drives the site + identity. Collections may override these. */
:root {
  /* ---- Core brand palette (5) ---- */
  --bone:          #F2EEE3; /* light neutral / paper */
  --obsidian:      #14110A; /* near-black, warm */
  --ember:         #BB3B2B; /* fire / red accent */
  --golden-smoke:  #B89B6E; /* muted warm gold */
  --gold:          #C9A24B; /* bright luxe gold */

  /* ---- Supporting accents (3) ---- */
  --cream:         #FBF8F0; /* brightness / card surface */
  --burgundy:      #5E1F2A; /* richness / wine */
  --copper:        #A6633B; /* warmth / bronze */

  /* ---- Functional ---- */
  --ink:           #17150F; /* body text on light (obsidian, softened) */
  --hairline:      #E2DBCB; /* borders / rules on light */
}
