:root {
    --tblr-body-font-size: 0.9375rem;
    --tblr-font-sans-serif: 'InterVariable', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.pointer {
    cursor: pointer;
}
body, .dropdown-menu, .form-label, .btn {
    font-size: 0.9375rem;
}

.ts-dropdown-content {
    background: whitesmoke;
}
.card-title {
    font-size: 1rem;
}
.table thead th {
    font-size: .75rem;
}
