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

    --bs-primary: #39C2D0  !important;
    --bs-primary-rgb: rgb(57, 194, 208) !important;

    --bs-secondary: #cc0033 !important;
    --bs-secondary-rgb: 204, 0, 51 !important;

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

    --bs-accent: #4DCEC2 !important;
    --bs-accent-rgb: 77, 206, 194, 1 !important;

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

    --bs-link-color: var(--bs-primary) !important;
    --bs-link-hover-color: #4DCEC2 !important;
    /* darker teal */
}
