:root{--hintergrund:#faf7f2;--text:#1f1a17;--gedaempft:#6b625b}@media (prefers-color-scheme:dark){:root{--hintergrund:#141210;--text:#f2ede6;--gedaempft:#a39a91}}*{box-sizing:border-box}html,body{height:100%;margin:0}body{color:var(--text);background:var(--hintergrund);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.hinweis{text-align:center;place-items:center;min-height:100%;padding:24px;display:grid}.hinweis h1{margin:0 0 8px;font-size:1.6rem}.hinweis p{color:var(--gedaempft);margin:0}
