@import "tokens.css";
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font-sans); line-height: 1.5; }
h1, h2, h3 { font-family: var(--font-serif); line-height: 1.2; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { position: fixed; left: 8px; top: 8px; background: var(--sort); color: var(--sidehvid); padding: 8px 12px; z-index: 100; }
