/* Mycelium color tokens — Forest Floor identity + situational registers.
   Moss is the identity accent. Teal #5EEAD4 is the preserved signature gesture
   (retrieval-pulse moments only), never a general accent. */
:root {
  /* Identity — Forest Floor (light) */
  --cream-50: #FBF9F6;   /* page background */
  --cream-100: #F6F2EB;  /* card surface */
  --cream-900: #15140F;  /* ink / text */
  --cream-950: #0B0A07;  /* dark canvas */
  --moss-600: #556746;   /* primary accent (on light) */
  --moss-300: #A8B59A;   /* accent light (on dark) */
  --moss-hover: #3F4E34;

  /* Signature gesture — preserve, do not use as a general accent */
  --bio-teal: #5EEAD4;

  /* Situational · Parchment (slides, decks, print) */
  --parchment-bg: #F1EEE0;
  --parchment-accent: #15B89A;
  --parchment-ink: #15293B;

  /* Situational · Bioluminescent (signal moments, AI demo) */
  --bio-bg: #06090A;
  --bio-accent: #5EEAD4;
  --bio-ink: #E8ECEB;
}
