body {
    font-family: "Roboto", sans-serif;
}
.bgprimary {
    background-color: #16469D;
}

.bgsecondary {
    background-color: #EFB94C;
}

.textprimary {
    color: #16469D;
}

.btnprimary {
    background-color: #16469D!important;
    color: #fff !important;
}

.fs-14 {
    font-size: 14px;
}