/* Color principal del sitio */
a,
a:visited,
button,
input[type="submit"],
.site-title a,
.menu a:hover {
  color: #3841c5;
}

/* Fondo de botones y elementos destacados */
button,
input[type="submit"],
.btn,
.wp-block-button__link {
  background-color: #3841c5;
  border-color: #3841c5;
  color: #ffffff; /* Texto blanco para contraste */
}

/* Hover (al pasar el mouse) */
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: #2e36a8; /* tono más oscuro */
}