@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap');
:root {
    font-family: 'Poppins' !important;
}

body {
    background-color: #eee;
}

h1 {
    font-size: 4rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

ul > li {
    list-style-type: disc !important;
    margin-left: 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

p {
    font-size: 1.2rem;
    font-weight: 600;
}

a {
    color: #85b991;
}

.bold {
    font-weight: bold;
}