body {
    font-family: 'poppins', var(--bs-font-sans-serif);
}

.nav-link {
    color: #224E74;
}

.vi-blue {
    color: #224E74 !important;
}

.vi-blue-bg {
    background-color: #224E74 !important;
}

.vi-blue-bg * {
    color: #ffffff;
}

.btn-primary {
    background-color: #224E74;
    border-color: #224E74;
}

.btn-outline-primary {
    color: #224E74;
    border-color: #224E74;
}

.vi-light-blue {
    color: #10B4E5;
}

.vi-red {
    color: #ee4345;
}

.navbar {
    min-width: 255px;
}

.navbar-brand {
    max-width: 65%;
}

.btn {
    border-radius: 50px;
    min-width: 200px;
}

.card-enr {
    background-image: url('../images/results-new-sq.png');
    background-size: cover;
    background-position: center center;
}

.card-results {
    background-image: url('../images/results-classic-sq.png');
    background-size: cover;
    background-position: center center;
}