/* ── Potcoava A11Y – Font Resizer ─────────────────────────────── */

/* Setam font-size pe html, restul paginii mosteneste prin rem/em normal */
/* Nu folosim !important pe * pentru ca multiplica em in cascada       */

/* Clasa pe body – cea mai sigura metoda, nu multiplica em */
body.pa11y-font-90  { font-size: 90%  !important; }
body.pa11y-font-115 { font-size: 115% !important; }
body.pa11y-font-130 { font-size: 130% !important; }
body.pa11y-font-150 { font-size: 150% !important; }

/* Toolbar-ul si panourile NU se scaleza */
#pa11y-toolbar,
#pa11y-toolbar *,
#pa11y-feedback-wrap,
#pa11y-feedback-wrap *,
#pa11y-tts-wrap,
#pa11y-tts-wrap *,
#pa11y-magnifier,
#pa11y-magnifier * {
  font-size: revert !important;
}

/* Tranzitie lina */
@media (prefers-reduced-motion: no-preference) {
  body { transition: font-size .2s ease; }
}

/* Font size via slider (pasi de 10%) */
body.pa11y-font-80  { font-size: 80%  !important; }
body.pa11y-font-90  { font-size: 90%  !important; }
body.pa11y-font-110 { font-size: 110% !important; }
body.pa11y-font-115 { font-size: 115% !important; }
body.pa11y-font-120 { font-size: 120% !important; }
body.pa11y-font-130 { font-size: 130% !important; }
body.pa11y-font-140 { font-size: 140% !important; }
body.pa11y-font-150 { font-size: 150% !important; }
body.pa11y-font-160 { font-size: 160% !important; }
