:root, [data-bs-theme=light], [data-bs-theme=dark] {
    --bs-primary: #E52B2B;
    --bs-primary-rgb: 229, 43, 43;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #E52B2B);
    --bs-primary-border-subtle: rgba(229, 43, 43, 0.39);
    --bs-primary-contrast: #fff;
}
