body, .nav-sidebar .nav-link, .card-title,
.form-control, .btn, table {
    font-family: 'Inter', -apple-system, sans-serif !important;
}

body { font-size: 14px; }
.card-title { font-size: 15px; font-weight: 600; }
.small-box h3 { font-size: 2rem; }
.table td, .table th { font-size: 13px; }
.form-control { font-size: 13px; }
.btn { font-size: 13px; font-weight: 500; }
.nav-sidebar .nav-link p { font-size: 13px; }
.badge { font-size: 11px; font-weight: 600; }
.breadcrumb-item { font-size: 12px; }
.info-box-text { font-size: 12px; }
.info-box-number { font-size: 1.6rem; font-weight: 700; }

.main-sidebar { box-shadow: none; border-right: 1px solid rgba(255,255,255,0.05); }
.brand-link { border-bottom: 1px solid rgba(255,255,255,0.1) !important; }
.nav-sidebar .nav-link.active { font-weight: 600; }

.card { border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.card-header { border-bottom: 1px solid rgba(0,0,0,0.08); padding: 0.85rem 1.25rem; }

.btn-primary { background-color: #2f81f7; border-color: #2f81f7; }
.btn-primary:hover { background-color: #1a6ed8; border-color: #1a6ed8; }

.table thead th { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.table-hover tbody tr:hover { background-color: rgba(0,0,0,0.025); }

.form-group label { font-size: 13px; font-weight: 500; color: #495057; margin-bottom: 4px; }
.form-control:focus { border-color: #2f81f7; box-shadow: 0 0 0 0.2rem rgba(47,129,247,0.2); }

.alert { font-size: 13px; border-radius: 6px; }
.page-link { font-size: 13px; }
