/* Tamanho de fonte normal (padrão) */
html.font-size-normal,
body.font-size-normal {
    font-size: 100% !important;
}

.font-size-normal * {
    font-size: inherit;
}

/* Tamanho de fonte pequeno (+10%) */
html.font-size-small,
body.font-size-small {
    font-size: 110% !important;
}

.font-size-small * {
    font-size: inherit;
}

/* Tamanho de fonte médio (+20%) */
html.font-size-medium,
body.font-size-medium {
    font-size: 120% !important;
}

.font-size-medium * {
    font-size: inherit;
}

/* Tamanho de fonte grande (+30%) */
html.font-size-large,
body.font-size-large {
    font-size: 130% !important;
}

.font-size-large * {
    font-size: inherit;
}

/* Tamanho de fonte extra grande (+40%) */
html.font-size-extra-large,
body.font-size-extra-large {
    font-size: 140% !important;
}

.font-size-extra-large * {
    font-size: inherit;
}

/* Ajustes específicos para elementos com tamanhos fixos */
.font-size-small h1 { font-size: 1.65rem !important; }
.font-size-small h2 { font-size: 1.375rem !important; }
.font-size-small h3 { font-size: 1.2rem !important; }
.font-size-small h4 { font-size: 1.1rem !important; }
.font-size-small h5 { font-size: 1rem !important; }
.font-size-small h6 { font-size: 0.9rem !important; }

.font-size-medium h1 { font-size: 2.4rem !important; }
.font-size-medium h2 { font-size: 2rem !important; }
.font-size-medium h3 { font-size: 1.75rem !important; }
.font-size-medium h4 { font-size: 1.5rem !important; }
.font-size-medium h5 { font-size: 1.25rem !important; }
.font-size-medium h6 { font-size: 1rem !important; }

.font-size-large h1 { font-size: 2.6rem !important; }
.font-size-large h2 { font-size: 2.2rem !important; }
.font-size-large h3 { font-size: 1.95rem !important; }
.font-size-large h4 { font-size: 1.7rem !important; }
.font-size-large h5 { font-size: 1.45rem !important; }
.font-size-large h6 { font-size: 1.2rem !important; }

.font-size-extra-large h1 { font-size: 2.8rem !important; }
.font-size-extra-large h2 { font-size: 2.4rem !important; }
.font-size-extra-large h3 { font-size: 2.1rem !important; }
.font-size-extra-large h4 { font-size: 1.8rem !important; }
.font-size-extra-large h5 { font-size: 1.5rem !important; }
.font-size-extra-large h6 { font-size: 1.3rem !important; }

/* Ajustes para navegação e menus */
.font-size-small .navbar-nav .nav-link,
.font-size-small .dropdown-item,
.font-size-medium .navbar-nav .nav-link,
.font-size-medium .dropdown-item,
.font-size-large .navbar-nav .nav-link,
.font-size-large .dropdown-item,
.font-size-extra-large .navbar-nav .nav-link,
.font-size-extra-large .dropdown-item {
    font-size: inherit !important;
}

/* Ajustes para tabelas */
.font-size-small table,
.font-size-small .table,
.font-size-medium table,
.font-size-medium .table,
.font-size-large table,
.font-size-large .table,
.font-size-extra-large table,
.font-size-extra-large .table {
    font-size: inherit !important;
}
