

/* Custom Website Styles */
:root {
    --primary-color: #04387c;
    --primary-rgb: 4, 56, 124;
}

/* Primary color customizations */
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.navbar-brand {
    background-color: none !important;
}

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

/* Portal feature card button padding */
.portal-feature-card .btn {
    padding-left: 24px;
    padding-right: 24px;
}

/* Appearance-specific styles */
[data-bs-theme='dark'] {
    --bs-body-bg: #212529;
    --bs-body-color: #fff;
}
