diff options
Diffstat (limited to 'src/styles/tokens.css')
| -rw-r--r-- | src/styles/tokens.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/styles/tokens.css b/src/styles/tokens.css index 1ccaf4a..48feca4 100644 --- a/src/styles/tokens.css +++ b/src/styles/tokens.css @@ -220,19 +220,6 @@ SEMANTIC TYPE STYLES ========================================================================= */ -body { - font-family: var(--font-sans); - font-size: var(--fs-16); - line-height: var(--lh-normal); - color: var(--fg-2); - background: var(--ink-0); - font-weight: var(--w-regular); - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; -} - -::selection { background: var(--selection-bg); color: var(--fg-1); } - .display, h1.display { font-family: var(--font-display); font-size: var(--fs-88); |
