/* =============================================================================
   theme.css  ·  digging 4 silver
   -----------------------------------------------------------------------------
   THIS SITE ONLY - its palette, and anything it does differently from the
   family. Loads AFTER digging-network.css.
   ============================================================================= */

:root{
  --ink:#08090B; --panel:#131518; --panel2:#191C20;
  --border:rgba(169,180,191,.16); --border-soft:rgba(169,180,191,.09);
  --gold-rgb:169,180,191;   /* the accent as a triplet, so the shared sheet can tint it */
  --gold:#A9B4BF; --gold-hi:#DDE4EA; --gold-deep:#6E7680;
  --text:#E8ECEF; --mute:#97A0A9; --faint:#646C75;
  --bear:#E4572E; --neutral:#8A9199; --up:#57C97B;
  --gold-grad:linear-gradient(90deg,#6E7680,#A9B4BF,#DDE4EA);
  --bear-grad:linear-gradient(90deg,#7A2E18,#E4572E);
  --up-grad:linear-gradient(90deg,#2F9159,#57C97B,#8AE6AF);
}
