:root {
    --bs-primary: #1E88C7;
    --bs-primary-rgb: 30, 136, 199;
    --bs-secondary: #7A7A7A;
    --bs-secondary-rgb: 122, 122, 122;
}

.btn-primary {
    --bs-btn-bg: #1E88C7;
    --bs-btn-border-color: #1E88C7;
    --bs-btn-hover-bg: #186da0;
    --bs-btn-hover-border-color: #166696;
}

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

a {
    color: #1E88C7;
}

a:hover {
    color: #186da0;
}

.navbar-brand span {
    color: #1E88C7;
    font-weight: bold;
}
