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

    --bs-primary: #6a6264 !important;
    --bs-primary-rgb: rgb(106, 98, 100) !important;

    --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;
    /* Preserve Bootstrap info/warning colors regardless of theme */
    --bs-info: #0dcaf0 !important;
    /* Bootstrap default cyan */
    --bs-info-rgb: 13, 202, 240 !important;

    --bs-warning: #ffc107 !important;
    /* Bootstrap default yellow */
    --bs-warning-rgb: 255, 193, 7 !important;
}

