/* ===================================
   TEXT SIZE REDUCTION
   Headers and body text reduced more
   =================================== */

/* Reduce base font size */
html {
    font-size: 14px !important; /* Reduced from 16px */
}

/* Body text - reduce more */
body {
    font-size: 0.875rem !important; /* 14px instead of 16px */
    line-height: 1.6 !important;
}

/* Headings - reduce significantly */
h1 {
    font-size: 1.75rem !important; /* ~24.5px instead of ~32px */
}
h2 {
    font-size: 1.5rem !important; /* ~21px instead of ~28px */
}
h3 {
    font-size: 1.25rem !important; /* ~17.5px instead of ~24px */
}
h4 {
    font-size: 1.125rem !important; /* ~15.75px instead of ~20px */
}
h5 {
    font-size: 1rem !important; /* ~14px instead of ~18px */
}
h6 {
    font-size: 0.875rem !important; /* ~12.25px instead of ~16px */
}

/* Paragraphs and main content - reduce more */
p, .content, .description, .text {
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.6 !important;
}

/* Smaller text elements */
small, .small-text {
    font-size: 0.75rem !important; /* 12px */
}

/* Buttons and links */
button, .btn, a {
    font-size: 0.875rem !important; /* 14px */
}

/* Form elements */
input, select, textarea, label {
    font-size: 0.875rem !important; /* 14px */
}

/* Table text */
table, th, td {
    font-size: 0.875rem !important; /* 14px */
}

/* Navigation */
.nav-link, .navbar a {
    font-size: 0.875rem !important; /* 14px */
}

/* Cards and sections */
.card-title, .section-title {
    font-size: 1.125rem !important; /* ~15.75px */
}

.card-text, .section-content {
    font-size: 0.875rem !important; /* 14px */
}
