Make base font size base on rem units for a11y

This commit is contained in:
2026-05-27 11:38:43 +02:00
parent 167bee78f8
commit 1b368e4ce2
+2 -2
View File
@@ -126,7 +126,7 @@ @layer utilities {
body, body,
html { html {
--font-sans: system-ui, sans-serif; --font-sans: system-ui, sans-serif;
font-size: 16px; font-size: 1rem;
background-color: var(--main-background); background-color: var(--main-background);
letter-spacing: 0.006em; letter-spacing: 0.006em;
} }
@@ -135,7 +135,7 @@ @layer utilities {
body, body,
html { html {
font-size: 16px; font-size: 1rem;
} }
} }