/*
    Theme Name: Radio Cañon
    Theme URI: 
    Author: Jose Perez Jimenez
    Author URI: 
    Description: Theme Diseñado para el sitio Radio Cañon
    Version: 2.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: radiocanon
*/

:root {
	
	/* Admin-bar height */
	--global--admin-bar--height: 0px;
}

.admin-bar {
	--global--admin-bar--height: 32px;
}

.reset-div {
    all: initial;
    /* Establece todas las propiedades a sus valores iniciales */
    display: block; /* O cualquier otro display que necesites */
    /* Redefine cualquier otra propiedad que necesites personalizar */
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

@media only screen and (max-width: 782px) {

	.admin-bar {
		--global--admin-bar--height: 46px;
	}
}

@media only screen and (min-width: 652px) {

	:root {
		--global--font-size-xl: 2.5rem;
		--global--font-size-xxl: 6rem;
		--global--font-size-xxxl: 9rem;
		--heading--font-size-h3: 2rem;
		--heading--font-size-h2: 3rem;
	}
}