html {
    font-size: 14px !important;
    border-radius: unset !important;
}

:is(.dark body) {
    /* background-color: rgb(24, 24, 27) !important; */
}

/* :is(.dark .fi-topbar nav) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(24, 24, 27) !important;
} */

.dark\:bg-gray-900:is(.dark *) {
    /* --tw-bg-opacity: 1; */
    /* background-color: rgba(var(--gray-950),var(--tw-bg-opacity)) !important; */
}

.max-w-7xl {
    max-width: 88rem !important;
}
