@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --grey: #4D4D4D;
    --light-grey: #CCCCCC;
    --footer-color: #445D72;
    --contact-methods: #F7F4F4;
    --extended-servicio-bg: #F9F9F9;
    --banner-bg: #F7F4F4;
    --red: #E1391D;
}


html, body {
    scroll-behavior: smooth !important;
    margin: 0 !important;
    padding: 0 !important;
}


#wpadminbar {
    display: none !important;
}

a {
    text-decoration: none;
    color: unset;
    font-weight: 400;
}

h2 {
    color: var(--footer-color);
    font-size: 28px;
    font-weight: 200;
}

* {
    font-family: 'Geologica', sans-serif !important;
}