body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
}

/* Sidebar */
.main-sidebar .nav-link {
    font-size: 9px;
}

.main-sidebar .nav-header {
    font-size: 8px;
    font-weight: 600;
}

.main-sidebar .brand-text {
    font-size: 13px;
}

/* Navbar */
.main-header .nav-link {
    font-size: 10px;
}

/* Content */
.content-wrapper {
    font-size: 10px;
}

/* Forms */
.form-control,
.custom-select {
    font-size: 9px;
}

/* Tables */
.table {
    font-size: 9px;
}

/* Buttons */
.btn {
    font-size: 9px;
}

/* Cards */
.card-header {
    font-size: 10px;
}

.card-body {
    font-size: 10px;
}
