/* Theme switcher styles */
.theme-option.active {
  background-color: var(--bs-primary);
  color: white;
}

/* Additional theme-related styles can be added here */
