diff --git a/app/globals.css b/app/globals.css index 406ac36..d86887f 100644 --- a/app/globals.css +++ b/app/globals.css @@ -8,6 +8,13 @@ --background-end-rgb: 0, 0, 0; } +@supports (font: -apple-system-body) { + html { + /* Enable dynamic text sizing on Apple devices for accessibility */ + font: -apple-system-body; + } +} + body { color: rgb(var(--foreground-rgb)); background: linear-gradient( diff --git a/app/manifest.webmanifest b/public/manifest.webmanifest similarity index 100% rename from app/manifest.webmanifest rename to public/manifest.webmanifest