/* klein; theming via :root variabelen in theme.css */
* { box-sizing: border-box; }
a { color: var(--accent1); }
a:hover { opacity: .8; }
