:root {
    --bs-dark: #000 !important;
    --bs-dark-rgb: 0, 0, 0 !important;

--bs-primary: #5a5a60 !important;
--bs-primary-rgb: 90, 90, 96 !important;  /* no rgb() wrapper */

    --bs-secondary: #BF0A30 !important;
    --bs-secondary-rgb: 191, 10, 48 !important;

    --bs-light: #fff !important;
    --bs-light-rgb: 255, 255, 255 !important;

    --bs-accent: #FFF !important;
    --bs-accent-rgb: 224, 102, 133 !important;

    --bs-body-bg: #fff !important;
    --bs-body-color: #000 !important;

    --bs-link-color: #fff !important;
    --bs-link-hover-color: var(--bs-accent) !important;

}

