1 2 3 4 5 6 7 8 9
html { line-height: 1; background-color: var(--color-bg); color: var(--color-text); } body { font-family: var(--font-sans); }