// Triplicity · Little Stars — pastel color overrides
// Loads AFTER lookups.jsx but BEFORE chart-data.jsx + wheel.jsx so the baked
// planet colors and wheel element sectors pick up soft, kid-friendly tints
// instead of the adult palette's dark, saturated hues.

// Element ring sectors (kept very low alpha in the wheel → gentle pastel washes)
window.ELEM_COLOR = {
  fire:'#F4A98F',   // peach/coral
  earth:'#B8D6A0',  // soft leaf
  air:'#9FB6E8',    // periwinkle
  water:'#8FCFE0',  // aqua
};

// Planet glyph colors — bright & soft so they read clearly on the navy sky
window.PLANET_COLOR = {
  Sun:'#F4D27A', Moon:'#CBBEF2', Mercury:'#9FE0D8', Venus:'#F6B79E', Mars:'#F39A9A',
  Jupiter:'#8FB4F0', Saturn:'#C2CBE0', Uranus:'#88DBC0', Neptune:'#8FB4F0', Pluto:'#CBBEF2',
  Chiron:'#F4D27A', 'North Node':'#9FE0D8', 'South Node':'#C2CBE0',
  Ascendant:'#F4D58A', MC:'#F4D58A',
};
