feat: define typography tokens

This commit is contained in:
Shantur Rathore
2025-10-28 18:55:48 +00:00
parent 1b07109a40
commit 28fb233907
3 changed files with 73 additions and 2 deletions

View File

@@ -12,7 +12,10 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
line-height: var(--line-height-normal);
font-weight: var(--font-weight-regular);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--surface-base);