body[data-theme="dark"] {
  --bg-main: #05282f;
  --bg-secondary: #073841;
  --text-main: #ffffff;
  --text-muted: #02d6d6;
  --accent: #00ffff;
  --shadow: 5px 3px 10px rgba(0, 0, 0, 0.35);
  --lang-background-color:#05282f;
}

body[data-theme="dark"] {
  --brand-apps-color: #8cd2de;
}

body[data-theme="dark"] .brand-apps {
  text-shadow: 0 0 6px rgba(140, 210, 222, 0.4);
}



body[data-theme="light"] {
  --bg-main: #f4f6f7;
  --bg-secondary: #ffffff;
  --text-main: #1c1c1c;
  --text-muted: #555;
  --accent: #0a7e8b;
  --shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
  --lang-background-color:#05282f;
}

body {
  background-color: var(--bg-main);
  color: var(--text-main);
}

body[data-theme="light"] {
  --brand-apps-color: #0a7e8b;
}

