/* tokens.css — brand color variables (13 tokens) and base resets, extracted verbatim from Aileron_SP_Hub_Interactive.html */
:root{--soil:#523D33;--sky:#C9E0E4;--gld:#F2CE89;--grass:#C0CE90;--pbl:#EBE9E1;--stn:#CDCEC1;--bld:#635B4F;--wat:#00557F;--cly:#B1591E;--pne:#556C11;--cld:#FCFCF9;--rin:#78AFBF;--hi:#D94040;}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Segoe UI',Arial,sans-serif;background:var(--pbl);color:var(--soil);font-size:13px;}
