···4343 height: calc(100% + env(safe-area-inset-top));
4444 scrollbar-gutter: stable both-edges;
4545 }
4646+ html, body {
4747+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
4848+ }
46494750 /* Buttons and inputs have a font set by UA, so we'll have to reset that */
4851 button, input, textarea {
+3
web/index.html
···4747 height: calc(100% + env(safe-area-inset-top));
4848 scrollbar-gutter: stable both-edges;
4949 }
5050+ html, body {
5151+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
5252+ }
50535154 /* Buttons and inputs have a font set by UA, so we'll have to reset that */
5255 button, input, textarea {