/* Schlankes Reset - kein komplettes Normalize.css nötig für dieses Projekt. */ *, *::before, *::after { box-sizing: border-box; } html, body { height: 100%; } body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--color-text); background: var(--color-background); } h1, h2, h3, p { margin: 0; } ul, ol { margin: 0; padding: 0; list-style: none; } button { font: inherit; cursor: pointer; } img { max-width: 100%; display: block; } a { color: inherit; }