/*
 Theme Name: Astra Child MEV
 Theme URI: https://clasesdecantomev.com
 Description: Child theme for Astra tailored for Escuela de Canto MEV.
 Author: MEV
 Author URI: https://clasesdecantomev.com
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child-mev
*/

/* Paleta MEV */
:root{
  --mev-red:#c81a06;
  --mev-red-bright:#ff0000;
  --mev-black:#000000;
  --mev-white:#ffffff;
}

/* Botones genéricos */
.button, .wp-block-button__link, .elementor-button {
  border-radius: 9999px;
}

/* Ajustes menores */
img{height:auto;max-width:100%;}
*/

