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