/* ShadeMe broadcast skin — chrome-only overrides for the four engines.
   Loaded AFTER each engine's own <style>, so equal-specificity rules here win.
   Data colors (seat sun/shade fills) are deliberately NOT touched. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&family=Barlow:wght@400;500&display=swap');

:root{
  /* MLB engine variable names */
  --bg:#0b0f14;
  --panel:#161d26;
  --panel2:#101722;
  --line:#232a33;
  --text:#e8eaed;
  --muted:#9aa4af;
  --brand1:#f5a623;
  --brand2:#e8940f;
  --grad:linear-gradient(92deg,#f5a623,#e8940f);
  /* NFL / college / tennis engine variable names */
  --card:#161d26;
  --ink:#e8eaed;
  --sunchrome:#f5a623;
}

body{
  font-family:'Barlow',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  background:#0b0f14;
}
h1,h2,h3,h4{
  font-family:'Barlow Condensed','Barlow',Arial Narrow,sans-serif;
  letter-spacing:.03em;
}
button,select,input{
  font-family:'Barlow',-apple-system,'Segoe UI',sans-serif;
}
