diff --git a/app/index.html b/app/index.html
index 1aa5f05..4aecaa6 100644
--- a/app/index.html
+++ b/app/index.html
@@ -638,9 +638,9 @@ function updateInvMeta() {
}
// ── Font-size accessibility ────────────────────────────────────────────────────
-const ZOOMS = [0.8, 0.85, 0.9, 0.95, 1.0, 1.1, 1.2, 1.3];
-const ZOOM_LABELS = ["80%", "85%", "90%", "95%", "100%", "110%", "120%", "130%"];
-let zoomIdx = +(localStorage.getItem("zoomIdx") ?? 4);
+const ZOOMS = [0.5,0.6,0.7,0.8,0.9,1.0,1.1,1.2,1.3,1.4,1.5];
+const ZOOM_LABELS = ["50%","60%","70%","80%","90%","100%","110%","120%","130%","140%","150%"];
+let zoomIdx = +(localStorage.getItem("zoomIdx") ?? 5);
function applyZoom() {
const fr = document.getElementById("form-root");