/* Color */
.font-primary {
    color: #0391df !important;
}

.font-accent {
    color: #0e4d92 !important;
}

.font-white {
    color: #f5f5f5 !important;
}

.font-black {
    color: #3a3b3c !important;
}

.font-gray {
    color: #4f4f4f !important;
}

.bg-primary {
    background-color: #0391df !important;
}

.bg-accent {
    background-color: #0e4d92 !important;
}
