/* Light Theme Variables */
:root {
  --header-bg: #ffffff;
  --header-text: #000000;
  --card-bg: #ffffff;
  --card-text: #000000;
  --panel-bg: #ffffff;
  --panel-text: #000000;
  --footer-bg: #ffffff;
  --footer-text: #000000;
  --status-green: #00c853;
  --status-yellow: #ffab00;
  --status-red: #d50000;
  --body-bg: #f5f6fa;
  --border-color: #dcdde1;
}