/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/* instrument-sans-latin-wdth-normal */
@font-face {
  font-family: "Instrument Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  font-stretch: 75% 100%;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/instrument-sans:vf@latest/latin-wdth-normal.woff2)
    format("woff2-variations");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: "Instrument Sans Variable", sans-serif;
  line-height: 1.15;
  font-size: 1.25rem;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.5;
  background: #181825;
  color: #cdd6f4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  display: block;
  border-color: currentcolor;
  border-collapse: collapse;
  margin: 2rem 0;
  text-align: left;
  width: 100%;
  overflow: auto;
}
table td,
table th {
  white-space: nowrap;
  padding: 0.25rem 1rem 0.25rem 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
* {
  border-color: #313244 !important;
}
article {
  margin: 2rem 0;
}
h1,
strong {
  color: #94e2d5;
}
a {
  color: inherit;
  text-decoration-color: #94e2d5;
  text-decoration-thickness: 2px;
}
a:hover {
  text-decoration-line: none;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.75em;
}
h3 {
  font-size: 2.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-stretch: 75%;
  margin: 0;
}
mark {
  display: inline-block;
  background: #f9e2af;
  padding: 0 0.25rem;
  border-radius: 0.5rem;
  transform: rotate(-3deg);
}
header,
footer {
  text-align: center;
}
header>a,
footer>a {
  display: inline-block;
  text-decoration: none;
  padding: 0.175rem 0.75rem;
  border-radius: 0.5rem;
  transition: 0.1s;
}
header>a:hover,
footer>a:hover {
  background: #313244;
}
header>a:active,
footer>a:active {
  transform: scale(0.9);
}
nav#TOC {
  margin-bottom: 2rem;
}
img,
video {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
