@font-face {
  font-family: Vollkorn;
  src: url("Vollkorn-Regular.woff2");
}

@font-face {
  font-family: BluuNext;
  src: url("BluuNext-Bolditalic.otf");
}

@font-face {
  font-family: GapSans;
  src: url("gapsans-webfont.woff2");
}

.title {
  font-family: GapSans;
  font-variant: small-caps;
}

html {
  font-size: 20px;
}

body {
  font-family: Vollkorn, serif;
  background-color: #FF91AF;
  color: #563d54;
  line-height: 1.5;
}

a {
  color: #1B437B;
  text-decoration-style: wavy;
  text-decoration-thickness: 0.08rem;
}

a:visited {
  text-decoration: underline;
  text-decoration-style: wavy;
}

#TOC ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; 
  max-width: 720px;
  margin: 0 auto; 
  padding-bottom: 3rem;
}

#TOC ul a {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 0.08rem;
  position: relative;
  padding: 0.125rem 0.25rem;
  font-size: 1.5rem;
  display: block;
}

#TOC ul li a:visited {
  font-size: 1.25rem;
}

h1 {
  font-family: GapSans;
  font-variant: small-caps;
  font-size: 0.8rem;
  text-align: center;
}

h2 {
  margin: 0 auto;
  font-size: clamp(2rem, 14vw, 7rem);
  margin-top: 7.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: BluuNext, serif;
  letter-spacing: -3px;
  line-height: 0.9;
  padding-left: 1rem;
  border-left: 10px wavy black;
  padding-bottom: 0.25rem;
  text-decoration: underline;
  text-decoration-thickness: 0.25rem;
  color: #3a4733;
}

h2:first-of-type {
  margin-top: 35vh;
}

summary:hover {
  cursor: hover;
}

summary {
  max-width: 720px;
  margin: 0 auto;
  padding: 0.5rem 0;
}

p {
  margin: 0 auto;
  font-size: 1rem;
  padding: 0 2rem;
  padding-bottom: 1rem;
  max-width: 720px;
}
