@import "/public/css/global.css?ver=1.0";
@import "/public/components/WhatsappChatModal/WhatsAppChatModal.css?ver=1.0";
@import "/public/components/MobileNav/MobileNav.css?ver=1.0";
@import "/public/components/SiteHeader/SiteHeader.css?ver=1.0";
@import "/public/components/SiteFooter/SiteFooter.css?ver=1.0";

/********************************/

body {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: font-size .3s ease-in-out;
    font-family: 'Montserrat', serif;
}

.center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 1rem;
}

#legals {
    padding: 0 1rem;
}

#legals .center {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 2rem 2rem;
}

#legals h1, h2 {
    color: #444;
}

#legals h1 {
    font-size: 1.8rem;
}

#legals h2 {
    font-size: 1.3rem;
}

#legals a {
    color: #007BFF;
    text-decoration: none;
}

#legals a:hover {
    text-decoration: underline;
}

#legals .section {
    margin-top: 2rem;
}