html,* {
    font-family: "Poppins", sans-serif;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: .9rem;
    color: #1e293b;
    background-color:#e2e8f0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
}
p {
    font-family: "Poppins", sans-serif;
}
.required {
    font-weight: 600;
}
.required::after{
    content:"*";
    color:#991b1b;
}

.page-wrapper {
    margin-top:2rem;
    padding:2rem;
}
a {
    text-decoration: none;
}