*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button,input,textarea,select{ font:inherit; }
:focus-visible{ outline:none; box-shadow:var(--focus); border-radius:10px; }
.container{ width:min(var(--max), calc(100% - 2*var(--pad))); margin:0 auto; }
