:root {
  --lightBlueHS: 199, 33%;
  --yellowHS: 49, 100%;
  --redHS: 349, 100%;
  --lightGrayHS: 220, 2%;
  --yellowHSL: 49.1, 100%, 50%;
  --lightGrayHSL: 220, 2%, 66%;
  --lightBlueHSL: 199, 33%, 60.95%;
  --darkBlueHSL: 201, 42%, 35.2%;
  --orangeHSL: 22, 100%, 53.8%;
  --redHSL: 349, 100%, 45%;
  --midGrayHSL: 204, 2%, 54%;
  --darkGrayHSL: 210, 4%, 27%;
  --darkerGrayHSL: 349, 25%, 16%;
  --whiteHSL: 0, 0%, 99%;
  --trueWhiteHSL: 0, 0%, 100%;
  --blackHSL: 210, 33%, 9.5%;
  --trueBlackHSL: 0, 0%, 0%;
  --white: hsl(var(--whiteHSL));
  --trueWhite: hsl(var(--trueWhiteHSL));
  --black: hsl(var(--blackHSL));
  --trueBlack: hsl(var(--trueBlackHSL));
  --headingFont: "Averta-Std", -apple-system, system-ui, BlinkMacSystemFont,
  	"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bodyFont: "Alkes", Georgia, serif;
  --codeFont: "MonoLisa", Consolas, Monaco, "Andale Mono", "Ubuntu Mono",
  	monospace;
  --bodyFontWeight: normal;
  --bodyFontSize: 1.125rem;
  --bodyLineHeight: calc(var(--quarterNote) * 1.25);
  --yellow: hsl(var(--yellowHSL));
  --orange: hsl(var(--orangeHSL));
  --red: hsl(var(--redHSL));
  --lightestGray: hsl(var(--lightGrayHS), 94%);
  --lighterGray: hsl(var(--lightGrayHS), 86%);
  --lightGray: hsl(var(--lightGrayHSL));
  --midGray: hsl(var(--midGrayHSL));
  --darkGray: hsl(var(--darkGrayHSL));
  --darkerGray: hsl(var(--darkerGrayHSL));
  --lightBlue: hsl(var(--lightBlueHSL));
  --lighterBlue: hsl(var(--lightBlueHS), 90%);
  --lightestBlue: hsl(var(--lightBlueHS), 95%);
  --darkBlue: hsl(var(--darkBlueHSL));
  --darkerBlue: hsl(var(--darkBlueHSL), 20%);
  --darkGreen: hsl(180, 100%, 20%);
  --blueToYellow: #7ba7bc, #75b1bf, #66c6b6, #4fd27b, #56e035, #acef1b, #faf008,
  	#ffd100;
  --ink: var(--darkGray);
  --paper: var(--white);
  --paperHSL: var(--whiteHSL);
  --headingColor: var(--darkerGray);
  --accentColor: var(--darkBlue);
  --linkColor: var(--darkBlue);
  --highlightColor: var(--darkGray);
  --maxWidth: 34rem;
  --sidebarWidth: 15rem;
  --margin: var(--quarterNote);
  --sixteenthNote: calc(var(--quarterNote) / 4);
  --eighthNote: calc(var(--quarterNote) / 2);
  --quarterNote: 1.25rem;
  --dottedQuarterNote: calc(var(--quarterNote) * 1.5);
  --halfNote: calc(var(--quarterNote) * 2);
  --dottedHalfNote: calc(var(--quarterNote) * 3);
  --wholeNote: calc(var(--quarterNote) * 4);
  --tiedWholeNote: calc(var(--quarterNote) * 5);
  --dottedWholeNote: calc(var(--quarterNote) * 6);
  --buttonSize: 2.2rem;
  --buttonBackground: var(--paper);
  font-size: var(--bodyFontSize);
}
@media (min-width: 42rem) {
  :root {
    --bodyFontSize: 1.1875rem;
  }
}
@media (min-width: 82rem) {
  :root {
    --bodyFontSize: 1.25rem;
  }
}
@media (min-width: 42rem) {
  :root {
    --margin: var(--halfNote);
  }
}
@media (min-width: 56rem) {
  :root {
    --margin: var(--dottedHalfNote);
  }
}
@media (min-width: 108rem) {
  :root {
    --margin: var(--wholeNote);
  }
}
@media (min-width: 122rem) {
  :root {
    --margin: var(--dottedWholeNote);
  }
}
:root.dark {
  --paper: var(--black);
  --paperHSL: var(--blackHSL);
  --ink: var(--white);
  --headingColor: var(--white);
  --accentColor: var(--lightBlue);
  --linkColor: var(--lightBlue);
  --highlightColor: var(--darkerGray);
  --lighterGray: hsl(var(--lightGrayHS), 26%);
  --lightestGray: hsl(var(--lightGrayHS), 13%);
}
@media (prefers-color-scheme: dark) {
  :root:not(/* (unused) .light*/) {
    --paper: var(--black);
    --paperHSL: var(--blackHSL);
    --ink: var(--white);
    --headingColor: var(--white);
    --accentColor: var(--lightBlue);
    --linkColor: var(--lightBlue);
    --highlightColor: var(--darkerGray);
  }
}

.intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi):nth-child(1) {
  animation-delay: 0.34s;
}

.intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi):nth-child(1) {
  animation-delay: 0.9s;
}

.intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi):nth-child(2) {
  animation-delay: 0.48s;
}

.intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi):nth-child(2) {
  animation-delay: 1s;
}

.intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi):nth-child(3) {
  animation-delay: 0.62s;
}

.intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi):nth-child(3) {
  animation-delay: 1.1s;
}

.intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi):nth-child(4) {
  animation-delay: 0.76s;
}

.intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi):nth-child(4) {
  animation-delay: 1.2s;
}

.intro.svelte-gthabi {
  width: 100%;
  position: relative;
  margin-top: var(--wholeNote);
}
.intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi),
.intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi) {
  opacity: 0;
  transform: translateY(16px);
  animation: svelte-gthabi-fade_in_intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.reduce-motion .intro.svelte-gthabi .intro__headline > :where(.svelte-gthabi),
.reduce-motion .intro.svelte-gthabi .intro__headline:where(.svelte-gthabi) ul:where(.svelte-gthabi) li:where(.svelte-gthabi) {
  transform: translateY(0);
}
@media (min-width: 92rem) {
  .intro.svelte-gthabi {
    display: grid;
    grid-template-columns: 48rem 1fr;
    gap: 0 calc(var(--wholeNote) * 2);
  }
}
.intro.svelte-gthabi h2:where(.svelte-gthabi),
.intro.svelte-gthabi .subhead:where(.svelte-gthabi) {
  font-size: 2.5rem;
  font-size: clamp(1.8rem, 1rem + 3vw, 3.5rem);
  margin-bottom: var(--halfNote);
  font-weight: normal;
  max-width: 17em;
}
.intro.svelte-gthabi h2:where(.svelte-gthabi) strong,
.intro.svelte-gthabi .subhead:where(.svelte-gthabi) strong {
  background: var(--yellow);
  color: var(--darkerGray);
}
.intro.svelte-gthabi h2:where(.svelte-gthabi)::before,
.intro.svelte-gthabi .subhead:where(.svelte-gthabi)::before {
  display: none;
}
.intro.svelte-gthabi .subhead:where(.svelte-gthabi) {
  font-size: clamp(1.2rem, 0.6rem + 2vw, 1.8rem);
  margin-top: 0;
  margin-bottom: var(--halfNote);
  color: var(--darkGray);
  line-height: 1.4;
  max-width: 23em;
}
.dark .intro.svelte-gthabi .subhead:where(.svelte-gthabi) {
  color: var(--ink);
}
/* (unused) .intro .subhead a {
  text-decoration: underline;
}*/
.intro.svelte-gthabi p:where(.svelte-gthabi) {
  max-width: 38em;
}
.intro.svelte-gthabi ul:where(.svelte-gthabi) {
  margin-top: var(--halfNote);
  margin-bottom: 0;
}

@keyframes svelte-gthabi-fade_in_intro {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-color-scheme: dark) {
  html:not(.light) .intro .subhead {
    color: var(--ink) !important;
  }
}