@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap');

.sunflower-light {
    font-family: "Sunflower", sans-serif;
    font-weight: 300;
    font-style: normal;
}

* {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.sunflower-bold {
    font-family: "Sunflower", sans-serif;
    font-weight: 700;
    font-style: normal;
}



.bg-img-listing {
    background-image: url('../images/bg1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}


/* Mobile view */
@media (max-width: 640px) {
    .bg-img-listing {
        background-image: url('../images/mobileBg.webp');
        background-position: center;
    }
}