/* Custom button styles that will be loaded directly */
.btn-primary,
.btn-secondary,
.btn-outline,
.rounded-button,
button[type="submit"],
a.btn-primary,
a.btn-secondary,
a.btn-outline {
  border-radius: 6px !important;
}

/* Dark mode styles */
.dark .btn-secondary {
  background-color: #ffffff;
  color: #121212;
}

.dark .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.dark .btn-outline {
  color: #ffffff;
}

/* Ensure these styles are not purged in production */
