/* Global Font Size Adjustments - Makes 100% zoom look like 80% */

/* Heading Sizes - Reduced for better 100% zoom display */
h1, .h1 {
    font-size: 32px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.5px !important;
}

h2, .h2 {
    font-size: 24px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.4px !important;
}

h3, .h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.3px !important;
}

h4, .h4 {
    font-size: 17px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.3px !important;
}

h5, .h5 {
    font-size: 15px !important;
    letter-spacing: 0.2px !important;
}

h6, .h6 {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
}

/* Display and Extra Large Text */
.display-1 { font-size: 40px !important; }
.display-2 { font-size: 36px !important; }
.display-3 { font-size: 32px !important; }
.display-4 { font-size: 28px !important; }
.display-5 { font-size: 24px !important; }
.display-6 { font-size: 20px !important; }

/* Font Size Utility Classes */
.fs-70 { font-size: 42px !important; }
.fs-65 { font-size: 39px !important; }
.fs-60 { font-size: 36px !important; }
.fs-55 { font-size: 33px !important; }
.fs-50 { font-size: 30px !important; }
.fs-48 { font-size: 29px !important; }
.fs-45 { font-size: 27px !important; }
.fs-40 { font-size: 24px !important; }
.fs-38 { font-size: 23px !important; }
.fs-35 { font-size: 21px !important; }
.fs-32 { font-size: 19px !important; }
.fs-30 { font-size: 18px !important; }
.fs-28 { font-size: 20px !important; }
.fs-26 { font-size: 19px !important; }
.fs-24 { font-size: 18px !important; }
.fs-22 { font-size: 17px !important; }
.fs-20 { font-size: 15px !important; }
.fs-19 { font-size: 14px !important; }
.fs-18 { font-size: 14px !important; }
.fs-17 { font-size: 13px !important; }
.fs-16 { font-size: 13px !important; }
.fs-15 { font-size: 12px !important; }
.fs-14 { font-size: 11px !important; }
.fs-13 { font-size: 10px !important; }
.fs-12 { font-size: 10px !important; }

/* Base body text - Keep minimum readable size */
body {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
}

p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.2px !important;
}

/* Ensure minimum readable sizes for small text */
.fs-14, .fs-13, .fs-12 {
    font-size: 12px !important;
}

/* Keep descriptions and labels readable */
small, .small {
    font-size: 12px !important;
}

/* Inline font-size overrides for common sizes */
[style*="font-size: 58px"] {
    font-size: 46px !important;
}

[style*="font-size: 48px"] {
    font-size: 38px !important;
}

[style*="font-size: 40px"] {
    font-size: 32px !important;
}

[style*="font-size: 38px"] {
    font-size: 30px !important;
}

[style*="font-size: 36px"] {
    font-size: 29px !important;
}

[style*="font-size: 32px"] {
    font-size: 26px !important;
}

[style*="font-size: 28px"] {
    font-size: 22px !important;
}

[style*="font-size: 24px"] {
    font-size: 19px !important;
}

[style*="font-size: 20px"] {
    font-size: 16px !important;
}

[style*="font-size: 18px"] {
    font-size: 14px !important;
}

[style*="font-size: 16px"] {
    font-size: 13px !important;
}

/* Navigation */
.navbar-nav .nav-link {
    font-size: 13px !important;
    white-space: nowrap !important;
}

.navbar-nav .nav-item {
    padding: 0 8px !important;
}

/* Buttons */
.btn {
    font-size: 13px !important;
}

.btn-large {
    font-size: 15px !important;
}

.btn-medium {
    font-size: 14px !important;
}

.btn-small {
    font-size: 12px !important;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    h1, .h1 { font-size: 28px !important; }
    h2, .h2 { font-size: 22px !important; }
    h3, .h3 { font-size: 19px !important; }
    h4, .h4 { font-size: 16px !important; }
}

@media (max-width: 991px) {
    h1, .h1 { font-size: 26px !important; }
    h2, .h2 { font-size: 20px !important; }
    h3, .h3 { font-size: 18px !important; }
    h4, .h4 { font-size: 15px !important; }
}

@media (max-width: 767px) {
    h1, .h1 { font-size: 24px !important; }
    h2, .h2 { font-size: 19px !important; }
    h3, .h3 { font-size: 17px !important; }
    h4, .h4 { font-size: 15px !important; }
}
