:root {
    --brand-primary: #4A8BF0;
    --brand-primary-rgb: 74, 139, 240;
    --brand-primary-hover: #3A75D9;
    --brand-accent: #5CB342;
    --brand-accent-rgb: 92, 179, 66;
    --brand-accent-hover: #4A9636;
    --brand-radius: 6px;
    --brand-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

/* The Fortis logo already contains the "FORTIS COMPLIANCE" wordmark,
   so hide the adjacent text label and let the image carry the brand. */
.navbar-brand .sidebar-label,
.logo-brand h1 {
    display: none !important;
}

.navbar-brand img {
    height: 40px !important;
    margin-right: 0 !important;
}

.logo-brand {
    justify-content: center;
}

.logo-brand img {
    height: 72px !important;
    margin-right: 0 !important;
}
