/*  CUSTOM TWEAKS */
html {

    font-size: 1.18rem !important;
    line-height: 1.72rem !important;
    /* 28px */
}

th {
    background-color: rgba(var(--primary-100), 1) !important;
}

:is(.dark th) {
    background-color: rgba(var(--gray-800), 1) !important;
}

.fi-tabs-item-active {
    background-color: rgba(var(--primary-200), 1) !important;
}

:is(.dark .fi-tabs-item-active) {
    background-color: hsla(0, 0%, 100%, .05) !important;
}

/* END CUSTOM TWEAKS */