/*
 Theme Name:   Divas Belleza
 Theme URI:    https://divasbelleza.com
 Description:  Custom theme for Divas - Centro de Estética y Belleza. Built on Hello Elementor.
 Author:       Divas Belleza
 Author URI:   https://divasbelleza.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  divas-belleza
*/

/* === DIVAS GLOBAL STYLES === */

/* Reset body for Tailwind compatibility */
body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    background-color: #faf9f6;
    color: #2f3430;
}

/* Hide Hello Elementor default header/footer — we inject our own */
header.site-header,
.site-header,
#site-header {
    display: none !important;
}
footer.site-footer,
.site-footer,
#site-footer {
    display: none !important;
}

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
