/*
 Theme Name:   SimeCiencia
 Theme URI:    https://simeciencia.com/
 Description:  Sime Ciencia Child Theme
 Author:       Sime Ciencia
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  simeCiencia-child
*/

/*Cargar fuente personalizada*/

@font-face {
    font-family: 'Cormorant Infant';
    src: url('CormorantInfant-Bold.woff2') format('woff2'),
        url('CormorantInfant-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5,h6,p {font-family: 'Cormorant Infant';}
body #main-content {background:#000000 !important;}
.course-price {visibility:hidden;}
.product_title.entry-title {color: #fff;}

/*cambiar el color de la ficha de carrito */

.wc-block-cart-items__header-image span{
	color:#fff;
}
