define font size at root in applied styles

This commit is contained in:
lindsaym-fa
2023-12-08 14:18:24 -05:00
parent fcf0a136f2
commit 31215dbda4

View File

@@ -5,6 +5,7 @@
html {
box-sizing: border-box;
background-color: var(--wa-color-surface-default);
font-size: var(--wa-font-size-root);
padding: 0;
margin: 0;
}
@@ -18,7 +19,7 @@ html {
body {
min-height: 100vh;
font-family: var(--wa-font-family-body);
font-size: var(--wa-font-size-root);
font-size: var(--wa-font-size-m);
font-weight: var(--wa-font-weight-body);
line-height: var(--wa-font-line-height-regular);
text-size-adjust: none;