:root {
    --text-sm: 0.825rem;
    --text-sm--line-height: calc(1.5 / 0.825);
    --text-base: 0.975rem;
    --text-base--line-height: calc(1.5 / 0.975);
    /* --text-lg: 1rem;
    --text-lg--line-height: calc(1.75 / 1); */
    /* --text-xl: 1.125rem;
    --text-xl--line-height: calc(1.75 / 1.125); */
    /* --text-2xl: 1.25rem;
    --text-2xl--line-height: calc(2 / 1.25); */
    /* --text-3xl: 1.5rem;
    --text-3xl--line-height: calc(2.25 / 1.5); */
}

.kt-card-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.kt-card-header:not([class*="bg-"]) {
    background-color: #F4F4F5;
}

.dark .kt-card-header:not([class*="bg-"]) {
    background-color: #18181B;
}

.kt-card-body {
    /* padding: 1rem; */
}

.kt-table th,
.kt-table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}