@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Lora:wght@400;700&family=Pacifico&family=Roboto+Slab:wght@400;700&family=Raleway:wght@400;700&family=Playfair+Display:wght@400;700&family=Open+Sans:wght@400;700&family=Oswald:wght@400;700&family=Source+Sans+Pro:wght@400;700&family=Indie+Flower&display=swap');

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: black;
}
li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: black;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif !important;
}
    
    
}

p {
    margin: 1em 0;
}

