@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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --footer-color: #5C5C5C;
    --white: white;
    --black: black;
    --light-grey: #EAEAEA;
    --yellow: #FFCB3C;
    --modulo-grey: #F7F7F7;
    --dark-grey: #484848;
    --border-grey: #A4A4A4;
    --hr-color: #959595;
    --red: #D03E3E;
}

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

div#wpadminbar {
    display: none !important;
    visibility: hidden !important;
}


h1, h2, h3, h4, h5, h6, * {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}

@media only screen and (min-width: 960px) {
    .content {
        float: unset;
        width: 100%;
    }
}