@import url("css/reset.css");
@import url("https://use.typekit.net/etk1kkz.css");
@import url("css/header.css");
@import url("css/footer.css");

:root{
    font-size: 14px;
    --verde:  #46B743;
    --cinza: #3A3A44;
    --branco: #fff;
}

html{
    font-family: "coolvetica", sans-serif;
    font-style: normal;
    font-weight: 300; 
    scroll-behavior: smooth;
    letter-spacing: 1.5px;
}

.ultralight{
    font-weight: 300;
}

.light{
    font-weight: 300;
}

.bold{
    font-weight: 700;
}

.container,
.sb_instagram_header{
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 993px) {
    
    .container,
    .sb_instagram_header{
        width: 85%;
        max-width: 1366px;
    }

}