/*
Theme Name: Neohuman Wellness
Theme URI: 
Author: Neohuman
Author URI: 
Description: Tema personalizado para el Spa de Bienestar Neohuman Tulum.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neohuman
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Lato:wght@400;500;600;700&display=swap');

body { 
    margin: 0; 
    font-family: 'Lato', sans-serif; 
    color: #2E2B1C; 
}
a { 
    color: inherit; 
}
a:hover { 
    color: #3E6B4C; 
}
* { 
    box-sizing: border-box; 
}

/* Helper class for hover styles that were in 'style-hover' attribute */
.btn-primary:hover {
    background: #335A3F !important;
}
.btn-secondary:hover {
    background: #EAD9BA !important;
}
.link-hover:hover {
    color: #3E6B4C !important;
}
.link-light-hover:hover {
    color: #8FBE9E !important;
}
