/* Custom Filament Font Size Styles */

/* Increase base font size for the entire admin panel */
.fi-main {
    font-size: 16px !important;
}

/* Increase font size for navigation items */
.fi-sidebar-nav-item {
    font-size: 16px !important;
}

/* Increase font size for table headers */
.fi-ta-header-cell {
    font-size: 16px !important;
}

/* Increase font size for table content */
.fi-ta-cell {
    font-size: 15px !important;
}

/* Increase font size for form labels */
.fi-fo-field-wrp-label {
    font-size: 16px !important;
}

/* Increase font size for form inputs */
.fi-fo-field-wrp input,
.fi-fo-field-wrp textarea,
.fi-fo-field-wrp select {
    font-size: 16px !important;
}

/* Increase font size for buttons */
.fi-btn {
    font-size: 16px !important;
}

/* Increase font size for page titles */
.fi-header-heading {
    font-size: 24px !important;
}

/* Increase font size for breadcrumbs */
.fi-breadcrumbs-item {
    font-size: 16px !important;
}

/* Increase font size for notifications */
.fi-notifications-notification {
    font-size: 16px !important;
}

/* Increase font size for modals */
.fi-modal-content {
    font-size: 16px !important;
}

/* Increase font size for dropdown menus */
.fi-dropdown-list {
    font-size: 16px !important;
}

/* Increase font size for widgets */
.fi-wi-stats-overview-stat {
    font-size: 16px !important;
}

/* Increase font size for info lists */
.fi-infolist-entry {
    font-size: 16px !important;
}

/* Increase font size for action buttons */
.fi-ac-btn {
    font-size: 16px !important;
}

/* Increase font size for tabs */
.fi-tabs-tab {
    font-size: 16px !important;
}

/* Increase font size for badges */
.fi-badge {
    font-size: 14px !important;
}

/* Increase font size for tooltips */
.fi-tooltip {
    font-size: 14px !important;
}
