@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 {
    --footer-color: #00577f;
    --footer-text: #0bb2ff;
    --noticia-date: #aeadb3;
    --noticia-home-date: #999999;
    --noticia-content: #727176;
    --noticia-home-content: #666666;
    --white: #fff;
    --black: #000;
    --body-color: #f7f7f8;
    --aside-color: #31528a;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


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

#wpadminbar {
    display: none !important;
}