@import url('https://fonts.googleapis.com/css2?family=Geologica:slnt,CRSV,SHRP@-12..0,0..1,0..100&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');

/* ESTILOS  */
:root {
    --black: #000;
    --white: #FFF;
    --footer-grey-bg: #F2F2F2;
    --footer-separator: #B3B3B3;
    --footer-links-color: #434343;
    --footer-p-color: #434343;
    --enlace-color: #0093D3;
    --enlace-footer: #4D4D4D;
    --header-separator: #CCCCCC;
}


p:empty, #wpadminbar {
    display: none !important;
    visibility: hidden !important;
}

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

h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "SHRP" 100;
}