/* Framework overrides and temporary fixes */
/* Tabler sidebar margin-left fix – remove when https://github.com/tabler/tabler/issues/2271 is resolved */
@media (min-width: 992px) {
    html {
        margin-left: 0 !important;
    }
}

/* Tabular figures for numeric alignment in tables */
.table td {
    font-variant-numeric: tabular-nums lining-nums;
}
