:root, [data-bs-theme='light'] {
    --bs-primary: #007cba;
    --bs-primary-rgb: 0, 124, 186;
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
}

.hero-section { background-color: var(--bs-primary); }
