:root,
[data-bs-theme="light"],
[data-menu-theme="light"] {
    --tblr-primary: #ec6523;
    --tblr-tabler: #ec6523;
    --tblr-link-color: #ec6523;
    --tblr-link-hover-color: #f08b58;
    --tblr-link-hover-color-rgb: 240, 139, 88;
    --tblr-link-color-rgb: 236, 101, 35;
    --tblr-nav-link-hover-bg: #ec6523;
    --tblr-focus-ring-color: rgba(124, 105, 239, .25);
    --tblr-primary-rgb: 236, 101, 35;
    --tblr-tabler-rgb: 236, 101, 35;
}

[data-bs-theme="dark"],
[data-menu-theme="dark"] {
    --tblr-primary: #ec6523;
    --tblr-tabler: #ec6523;
    --tblr-link-color: #ec6523;
    --tblr-link-hover-color: #f08b58;
    --tblr-link-hover-color-rgb: 240, 139, 88;
    --tblr-link-color-rgb: 236, 101, 35;
    --tblr-nav-link-hover-bg: #ec6523;
    --tblr-focus-ring-color: rgba(124, 105, 239, .25);
    --tblr-primary-rgb: 236, 101, 35;
    --tblr-tabler-rgb: 236, 101, 35;
}
≠
