/* GLOBAL */

h1,h2,h3,h4,h5,h6 {
    font-family: "please-poster-vf",sans-serif;
    font-variation-settings: 'wght' 900;
}

p, a{
    font-family: "Poppins", sans-serif;
}

.fw-bold, strong{
    font-family: "Poppins Bold", sans-serif !important;
}

.fw-semibold{
    font-family: "Poppins SemiBold", sans-serif !important;
}

.img-logo{
    width: 50px;
}

/* BACKGROUND IMAGES */

.bg-hero{
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    height: 120vh;
}

@media(min-width:1920px){
    .bg-hero{
        height: 130vh;
    }
}

.hero-homepage{
    background-image: url('../images/homepage/hero-home.webp');
}