@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;700;800&family=Roboto+Slab:wght@300;400;500;600;700;800&family=Roboto:wght@400;700;900&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700;8..60,800&family=Wendy+One&display=swap');


.font-exo{
    font-family: 'Exo', sans-serif;
}

.font-inter{
    font-family: 'Inter', sans-serif;
}

.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}

.font-roboto{
    font-family: 'Roboto', sans-serif;
}

.font-robotoslab{
    font-family: 'Roboto Slab', serif;
}

.font-source{
    font-family: 'Source Serif 4', serif;
    
}

.font-wendy{
    font-family: 'Wendy One', sans-serif;
}