:root,
[data-bs-theme="light"],
[data-menu-theme="light"] {
    --tblr-primary: #203354;
    --tblr-tabler: #203354;
    --tblr-link-color: #2887ff;
    --tblr-link-hover-color: #5aa4ff;
    --tblr-link-hover-color-rgb: 90, 164, 255;
    --tblr-link-color-rgb: 40, 135, 255;
    --tblr-nav-link-hover-bg: #5aa4ff;
    --tblr-focus-ring-color: rgba(124, 105, 239, 0.25);
    --tblr-primary-rgb: 32, 51, 84;
    --tblr-tabler-rgb: 32, 51, 84;
}

[data-bs-theme="dark"],
[data-menu-theme="dark"] {
    --tblr-primary: #203354;
    --tblr-tabler: #203354;
    --tblr-link-color: #2887ff;
    --tblr-link-hover-color: #5aa4ff;
    --tblr-link-hover-color-rgb: 90, 164, 255;
    --tblr-link-color-rgb: 40, 135, 255;
    --tblr-nav-link-hover-bg: #5aa4ff;
    --tblr-focus-ring-color: rgba(124, 105, 239, 0.25);
    --tblr-primary-rgb: 32, 51, 84;
    --tblr-tabler-rgb: 32, 51, 84;
}
