@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

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

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

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