@font-face {
    font-family: "Poppins-Regular", serif;
    src: url("Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Bold", serif;
    src: url("Poppins-Bold.ttf");
}

.heading-content, .heading-content * {
    color: #1a78ba;
    font-family: "Poppins-Bold", serif;
}

* {
    font-family: "Poppins-Regular", serif;
}

#submit_button {
    background-color: #1a78ba;
}
