body {
    font-family: "Poppins", sans-serif;
}

/* Text */

.text-primary {
    color: #1d0233!important;
}

.text-secondary {
    color: #787878!important;
}

/* Buttons */
.btn {
    border-radius: 25px;
}

.btn-primary {
    background-color: #333366;
    border-color: #333366;
}

.btn-primary:hover {
    background-color: #66ccff;
    border-color: #66ccff;
}

.btn-outline-primary {
    color: #333366;
    border-width: 2px;
    border-color: #333366;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #333366!important;
    border-color: #333366!important;
}