/* Global Font Size Reduction */

body {
    font-size: 0.875rem !important; /* 14px instead of 16px */
}

h1, .h1 {
    font-size: 1.75rem !important; /* Reduced from 2.5rem */
}

h2, .h2 {
    font-size: 1.5rem !important; /* Reduced from 2rem */
}

h3, .h3 {
    font-size: 1.25rem !important; /* Reduced from 1.75rem */
}

h4, .h4 {
    font-size: 1.1rem !important; /* Reduced from 1.5rem */
}

h5, .h5 {
    font-size: 1rem !important; /* Reduced from 1.25rem */
}

h6, .h6 {
    font-size: 0.9rem !important; /* Reduced from 1rem */
}

/* Form elements */
.form-control,
.form-select {
    font-size: 0.875rem !important;
}

.form-label {
    font-size: 0.875rem !important;
}

/* Buttons */
.btn {
    font-size: 0.875rem !important;
}

.btn-sm {
    font-size: 0.8125rem !important;
}

.btn-lg {
    font-size: 1rem !important;
}

/* Tables */
.table {
    font-size: 0.875rem !important;
}

.table th,
.table td {
    font-size: 0.875rem !important;
}

/* Cards */
.card-title {
    font-size: 1.1rem !important;
}

.card-text {
    font-size: 0.875rem !important;
}

/* Badges */
.badge {
    font-size: 0.8125rem !important;
}

/* Alerts */
.alert {
    font-size: 0.875rem !important;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.875rem !important;
}

/* Navbar */
.navbar {
    font-size: 0.875rem !important;
}

/* Sidebar */
.sidebar .nav-link {
    font-size: 0.875rem !important;
}

/* Modal */
.modal-title {
    font-size: 1.1rem !important;
}

.modal-body {
    font-size: 0.875rem !important;
}

/* Dropdown */
.dropdown-item {
    font-size: 0.875rem !important;
}

/* Pagination */
.pagination {
    font-size: 0.875rem !important;
}

/* List group */
.list-group-item {
    font-size: 0.875rem !important;
}
