/* Project overrides for Tabler */

.page-header h2.page-title {
    font-weight: 600;
}

/* Money cells right-align nicely */
.col-amount, td.col-amount, th.col-amount {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* Empty-state nudge */
.empty {
    padding: 2.5rem 1rem;
}

/* Tighter dashboard KPI cards */
.kpi .h1 {
    font-weight: 600;
    margin-bottom: 0;
}
.kpi .subheader {
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .7rem;
}
