/* reset */ *,::after,::before{box-sizing:inherit;padding:0;margin:0}:where(html){box-sizing:border-box}:where(h1,h2,h3,h4,h5,h6){font-weight:500}:where(img,video){height:auto;max-width:100%}:where(iframe){border:0}:where(table){border-collapse:collapse;border-spacing:0}

:root {
  font-size: 100%;
}
body {
  font-family: 'Assistant', sans-serif;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #fffdfb;
  color: rgba(0,0,0,0.8);
  position: relative;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.8em 0;
  color: rgba(0,0,0,1);
}
main, header, footer {
  max-width: 42rem;
  margin: 2rem auto;
}
footer {
  border-top: 1px solid currentColor;
  margin-top: 3.6rem;
}
p, pre code, ol, ul {
  margin: 1em 0;
}
a {
  color: #000000;
  text-underline-offset: 0.12em;
}
a:hover, a:focus, a:active {
   color: #04658c;
}
li {
  list-style-position: outside;
}
ul, ol {
  padding-left: 1rem;
}
li::marker {
  font-weight: bold;
}
code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.88889em;
  font-weight: 400;
  color: #cb0d84;
}
figure {
  border: 1px solid currentColor;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
}
figcaption {
  margin-top: 1.5em;
  font-size: smaller;
  text-align: left;
}
kbd {
  border: 1px solid currentColor;
  border-radius: 4px;
  display: inline-block;
  padding: 0 0.2em;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.8889em;
  color: #000;
}
button, [type="button"] {
  font-size: inherit;
  padding: 0.4em 0.9em;
  border: 2px solid currentColor;
  background-color: inherit;
  border-radius: 4px;
  margin: 0.6rem;
}
.lead {
  margin-bottom: 1.5em;
  font-size: 133%;
  line-height: 1.4
}
.icon {
  width: 1em;
  height: 1em;
  margin: 0.1em;
  vertical-align: middle;
  fill: currentColor;
  forced-color-adjust: auto;
}
.coverimage {
  text-align: center;
}
.coverimage img {
  max-width: 23rem;
  display: inline-block;
  margin: auto;
}
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.clearfix {
  overflow: auto;
}
.demo {
  margin: 2rem 0;
  padding: 2rem 1.6rem;
  border: 2px dashed #999;
}
.footnote-ref {
  font-weight: bold;
  padding: 0.15em;
}
/* h2[tabindex="-1"]:hover::after {
  display: inline-block;
  margin: 0 0.16em;
  content: "#";
  cursor: pointer;
  opacity: 0.5;
} */