html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body { color: var(--color-body); font-family: var(--font-ui); font-size: var(--font-size-body); line-height: 1.5; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--color-terracotta); outline-offset: 3px; }
.alt-font { font-family: var(--font-display); }
