/* /markets/crypto — sector bar colors */
.market-rich {
  --crypto-l1: #1e2a4a;
  --crypto-l2: #3d5a80;
  --crypto-defi: #6b4f8f;
  --crypto-st: #2d6a4f;
  --crypto-nft: #bc6c25;
  --crypto-rest: #6c757d;
}
.m-fill-l1 { background: var(--crypto-l1) !important; }
.m-fill-l2 { background: var(--crypto-l2) !important; }
.m-fill-defi { background: var(--crypto-defi) !important; }
.m-fill-st { background: var(--crypto-st) !important; }
.m-fill-nft { background: var(--crypto-nft) !important; }
.m-fill-rest { background: var(--crypto-rest) !important; }
