1 2 3 4 5 6 7 8 9 10
html, body { padding: 0; margin: 0; background-color: var(--bg); color: var(--fg); font-family: "Inter", sans-serif; }