/* MyfrendNet - Light Theme Override */

/* Override dark theme to light theme */
body {
  background: #f8fafc !important;
  color: #1e293b !important;
}

/* Main UI container - light background */
svg .main-Gaugebg,
svg .Cards,
svg .deskStart {
  fill: #ffffff !important;
  stroke: #e2e8f0 !important;
}

/* Text colors - dark for light background */
svg text,
svg tspan,
.rtextnum,
.rtextmbms,
.rtext,
.oDoLive-Speed,
.oDoLive-Status,
.oDoTop-Speed {
  fill: #1e293b !important;
}

/* Progress bar */
.progressbg {
  stroke: #cbd5e1 !important;
}

/* Symbol icons */
.Symbol {
  fill: #3b82f6 !important;
}

/* Start button */
.startButton {
  fill: #3b82f6 !important;
}

.buttonTxt {
  fill: #ffffff !important;
}
