/**
    This file declares css color variables for branding purposes.
    Attention, "./color-adjustments.css" depends on this file to properly function.
*/

@charset "UTF-8";
:root, [data-bs-theme=light], [data-menu-theme=light] {
    /* --tblr-secondary: #ffffff !important; */
    .badge {
        color: var(--tblr-badge-color) !important;
        --tblr-badge-color: #f3f3f3 !important;
    }
}
[data-bs-theme=dark], [data-menu-theme=dark] {
    .badge {
        color: var(--tblr-badge-color) !important;
        --tblr-badge-color: #f3f3f3 !important;
    }
}
