[data-bs-theme=dark][data-color-theme=Paboi_Theme]:root,
[data-bs-theme=light][data-color-theme=Paboi_Theme]:root {
    --bs-primary: #5d87ff;
    --bs-primary-rgb: 93, 135, 255;
    --bs-light-primary: rgba(93, 135, 255, 0.1);
    --bs-primary-bg-subtle: rgba(93, 135, 255, 0.1);
    --bs-secondary: #49beff;
    --bs-secondary-rgb: 73, 190, 255;
    --bs-light-secondary: rgba(73, 190, 255, 0.1);
    --bs-secondary-bg-subtle: rgba(73, 190, 255, 0.1)
}

[data-bs-theme=dark][data-color-theme=Paboi_Theme]:root .btn-primary,
[data-bs-theme=light][data-color-theme=Paboi_Theme]:root .btn-primary {
    --bs-btn-bg: #5d87ff;
    --bs-btn-border-color: #5d87ff;
    --bs-btn-hover-bg: #4f73d9;
    --bs-btn-hover-border-color: #4f73d9
}

[data-bs-theme=dark][data-color-theme=Paboi_Theme]:root .btn-secondary,
[data-bs-theme=light][data-color-theme=Paboi_Theme]:root .btn-secondary {
    --bs-btn-bg: #49beff;
    --bs-btn-border-color: #49beff;
    --bs-btn-hover-bg: #3ea2d9;
    --bs-btn-hover-border-color: #3a98cc
}
