/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*! sepajoven.com
 * FEB 2025
 * jBlanco
 * evomeet.es
 */
 
/* =Theme customization starts here
------------------------------------------------------- */
:root{
    --main-color:#4FBCBC;
}
html{
    background-color:var(--main-color)!important;
}
body{
    background-color:var(--main-color)!important;
    font-size:16px;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
b,strong{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 400;
}

#main-content{background-color:var(--main-color)!important}