/* ============================================
   Global Font Size Switcher
   3 levels: small (compact), medium (default), large (spacious)
   Applied via CSS class on <html> element
   ============================================ */

/* ---- Small (13px base) ---- */
html.font-size-small {
    font-size: 13px;
}
html.font-size-small .fi-header-heading {
    font-size: 1.25rem !important;
}
html.font-size-small .fi-header-subheading {
    font-size: 0.75rem !important;
}
html.font-size-small .fi-ta-text,
html.font-size-small .fi-ta-cell {
    font-size: 0.78rem !important;
}
html.font-size-small .fi-ta-header-cell-label {
    font-size: 0.72rem !important;
}
html.font-size-small .fi-sidebar-item-label,
html.font-size-small .fi-sidebar-group-label {
    font-size: 0.78rem !important;
}
html.font-size-small .fi-btn-label {
    font-size: 0.78rem !important;
}
html.font-size-small .fi-fo-field-wrp label,
html.font-size-small .fi-fo-field-wrp .fi-input {
    font-size: 0.8rem !important;
}
html.font-size-small .fi-in-text input,
html.font-size-small .fi-in-select .choices__inner,
html.font-size-small .fi-in-textarea textarea {
    font-size: 0.8rem !important;
}
html.font-size-small .fi-wi-stats-overview-stat-value {
    font-size: 1.25rem !important;
}
html.font-size-small .fi-badge {
    font-size: 0.65rem !important;
}

/* ---- Medium (15px base — Filament default ~16px, slightly compact) ---- */
html.font-size-medium {
    font-size: 15px;
}

/* ---- Large (17px base) ---- */
html.font-size-large {
    font-size: 17px;
}
html.font-size-large .fi-header-heading {
    font-size: 1.75rem !important;
}
html.font-size-large .fi-header-subheading {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-ta-text,
html.font-size-large .fi-ta-cell {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-ta-header-cell-label {
    font-size: 0.88rem !important;
}
html.font-size-large .fi-sidebar-item-label,
html.font-size-large .fi-sidebar-group-label {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-btn-label {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-fo-field-wrp label,
html.font-size-large .fi-fo-field-wrp .fi-input {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-in-text input,
html.font-size-large .fi-in-select .choices__inner,
html.font-size-large .fi-in-textarea textarea {
    font-size: 0.95rem !important;
}
html.font-size-large .fi-wi-stats-overview-stat-value {
    font-size: 2rem !important;
}
html.font-size-large .fi-badge {
    font-size: 0.78rem !important;
}
