chore: fonts + improve color scales
This commit is contained in:
parent
bda81f70dd
commit
db0b5b33eb
12 changed files with 94 additions and 61 deletions
|
@ -13,6 +13,8 @@ html {
|
|||
body {
|
||||
font-size: var(--font-size-base);
|
||||
line-height: var(--line-height-base);
|
||||
letter-spacing: -.025rem;
|
||||
word-spacing: -.05rem;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
|
Reference in a new issue