* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--surface); color: var(--on-surface); font-family: var(--body); }
body { font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
ol, ul { list-style: none; }
button { background: none; border: 0; font: inherit; color: inherit; cursor: pointer; }
::selection { background: var(--primary-container); color: var(--on-primary-container); }
img, svg { display: block; max-width: 100%; }
