:root, [data-bs-theme=light], [data-bs-theme=dark] {
    --bs-primary: #FFEC01;
    --bs-primary-rgb: 255, 236, 1;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #FFEC01);
    --bs-primary-border-subtle: rgba(255, 236, 1, 0.39);
    --bs-primary-contrast: #000;
}
