:root, [data-bs-theme=light], [data-menu-theme=light] {
    --tblr-primary: #00a4e0;
    --tblr-primary-rgb: 0, 164, 224;
    --tblr-primary-text-emphasis: #004e6e;
    --tblr-primary-bg-subtle: #c2edf0;
    --tblr-primary-border-subtle: #62c6b7;

    --tblr-info: #62c6b7;
    --tblr-info-rgb: 98, 198, 183;
    --tblr-info-bg-subtle: #e4f7f5;
    --tblr-info-border-subtle: #b1e3dd;

    --tblr-link-color: #00a4e0;
    --tblr-link-hover-color: #008fc2;
    --tblr-focus-ring-color: rgba(0, 164, 224, 0.25);
}

[data-bs-theme=dark], [data-menu-theme=dark] {
    --tblr-primary: #00a4e0;
    --tblr-primary-text-emphasis: #8ddbf2;
    --tblr-primary-bg-subtle: #003c55;
    --tblr-primary-border-subtle: #006c94;

    --tblr-link-color: #8ddbf2;
    --tblr-link-hover-color: #b9e9f7;
    --tblr-focus-ring-color: rgba(141, 219, 242, 0.25);
}