/* Custom font size adjustments */
body {
    font-size: 16px !important;
}

/* Increase base font sizes */
h1, .h1 { font-size: 2.5rem !important; }
h2, .h2 { font-size: 2rem !important; }
h3, .h3 { font-size: 1.75rem !important; }
h4, .h4 { font-size: 1.5rem !important; }
h5, .h5 { font-size: 1.25rem !important; }
h6, .h6 { font-size: 1.1rem !important; }

/* Increase text sizes */
.text-sm { font-size: 0.95rem !important; }
.text-xs { font-size: 0.85rem !important; }
small, .small { font-size: 0.95rem !important; }

/* Increase form elements */
.form-control, .form-select {
    font-size: 16px !important;
}

/* Increase button text */
.btn {
    font-size: 16px !important;
}

/* Increase table text */
.table {
    font-size: 16px !important;
}

.table th, .table td {
    font-size: 16px !important;
}

/* Increase card text */
.card-title {
    font-size: 1.25rem !important;
}

.card-text {
    font-size: 16px !important;
}

/* Increase navigation text */
.side-nav-link {
    font-size: 16px !important;
}

.side-nav-link .menu-text {
    font-size: 16px !important;
}

/* Increase badge text */
.badge {
    font-size: 0.9rem !important;
}

/* Increase dropdown text */
.dropdown-menu {
    font-size: 16px !important;
}

.dropdown-item {
    font-size: 16px !important;
}

/* Increase alert text */
.alert {
    font-size: 16px !important;
}

/* Increase page title */
.page-title {
    font-size: 1.75rem !important;
}

/* Increase sidebar text */
.leftbar-campaign h6 {
    font-size: 1.1rem !important;
}

.leftbar-campaign small {
    font-size: 0.95rem !important;
}

/* Dark mode sidebar styling */
[data-bs-theme="dark"] .sidenav-menu {
    background-color: #1e293b !important;
    border-right: 1px solid #334155 !important;
}

[data-bs-theme="dark"] .side-nav-link {
    color: #e2e8f0 !important;
}

[data-bs-theme="dark"] .side-nav-link:hover,
[data-bs-theme="dark"] .side-nav-link:focus {
    color: #ffffff !important;
    background-color: #334155 !important;
}

[data-bs-theme="dark"] .side-nav-title {
    color: #94a3b8 !important;
}

[data-bs-theme="dark"] .leftbar-campaign {
    background-color: #334155 !important;
    border: 1px solid #475569 !important;
}

[data-bs-theme="dark"] .leftbar-campaign h6 {
    color: #f8fafc !important;
}

[data-bs-theme="dark"] .leftbar-campaign small {
    color: #cbd5e1 !important;
}

[data-bs-theme="dark"] .avatar-title {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
}
