@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.bg_hero {
    background-color: #090708;
}

.img_hero {
    width: 100%;

}

.logo_hero {
    width: 80px;
}

.title_hero {
    font-size: 40px;
    margin-bottom: 0;
}

.lead_hero {
    font-size: 20px;
    line-height: 1.75;
}

.logo_footer {
    width: 80px;
}

.main_footer {
    font-size: 12px;
    line-height: 1.5;
}

.img_hero_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-image: linear-gradient(180deg, rgba(9, 7, 8, 1), rgba(9, 7, 8, 0) 100%);
}

@media (min-width: 576px) {
    .logo_hero {
        width: 200px;
    }

    .title_hero {
        font-size: 72px;
    }

    .lead_hero {
        font-size: 24px;
    }

    .social_footer {
        display: flex;
        gap: .5rem;
        justify-content: end;
        font-size: 1.5rem;
    }
}

body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

h1 {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}