/* 01-settings/color-palette — RAW pigments. Hex literals live ONLY here.
   Named by pigment; never referenced directly by components. */
:root {
  /* Minecraft built-in text colours (the brand's canonical palette) */
  --mc-green:  #55FF55; /* green  §a */
  --mc-gold:   #FFAA00; /* gold   §6 */
  --mc-yellow: #FFFF55; /* yellow §e */
  --mc-aqua:   #55FFFF; /* aqua   §b */
  --mc-red:    #FF5555; /* red    §c */

  /* Phosphor grounds */
  --tube:      #050705; /* the CRT ground */
  --panel:     #0a0f0a;
  --panel-2:   #0d140d;
  --line:      #173d17; /* green-tinted hairline */

  /* Phosphor inks */
  --phosphor:      #bdf3bd; /* dim green terminal text */
  --phosphor-dim:  #6fae6f;
  --phosphor-read: #e7f2e7; /* near-white for prose */
  --ink-black:     #04120a; /* text on a bright fill */
}
