
html, body {
    font-family: "DM Sans";
}

.text-gray {
    color: #555;
}

.text-blue, .text-blue-primary {
    color: #152240;
}

.text-white {
    color: var(--color-white) !important;
}

.bg-creme {
    background-color: #FFF9F5;
}

.bg-blue-gradient {
    background: linear-gradient(270deg, #3C4884 -18.4%, #272D4F 94.3%);
}

.bg-light-gray {
    background: rgba(174, 174, 244, 0.30);
}

.bg-blue {
    background-color: #272D4F;
}