*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}
}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background: radial-gradient(1200px 600px at 20% -10%, rgba(129,216,208,0.18), transparent 60%),
              radial-gradient(900px 500px at 80% 10%, rgba(255,77,109,0.12), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.55;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{margin:0 0 0.6rem 0;line-height:1.15}
h1{font-size:var(--h1);letter-spacing:-0.02em}
h2{font-size:var(--h2);letter-spacing:-0.015em}
h3{font-size:var(--h3)}
p{margin:0 0 1rem 0}
.muted{color:var(--muted)}
.note{margin-top:16px;font-size:0.95rem}
.skip-link{
  position:absolute;left:-999px;top:12px;
  background:var(--accent);color:#041014;
  padding:10px 12px;border-radius:999px;font-weight:800;
}
.skip-link:focus{left:12px;z-index:9999}
