/* Dedensen – Global minimal styles (unified background via html gradient) */
:root { --gap: 14px; }

* { box-sizing: border-box; }

/* Wichtig: html hat in default.css die Pastell-Hintergründe (bg1/bg2).
   Damit alle Seiten gleich aussehen, bleibt der Body transparent. */
body { margin: 0; color: #111; background: transparent; }

a { color: inherit; }