*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); background: var(--color-bg); color: var(--color-text); line-height: 1.5; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
input, select { font-family: inherit; }
img { max-width: 100%; display: block; }
