:root {
  --color-bg-primary: rgb(31, 31, 57) !important;
  --color-bg-even: rgb(49, 36, 72) !important;
  --color-bg-secondary: rgb(10, 13, 12) !important;
  --color-link-underline: rgb(225, 249, 130) !important;
  --color-link-underline-glow: rgb(162, 225, 90) !important;
  --color-link: rgb(209, 143, 244) !important;
  --color-link-glow: rgb(165, 48, 228) !important;
  --color-link-hover: rgb(209, 143, 244) !important;
  --color-text: rgb(212, 219, 218) !important;
  --color-quote: --var(--color-text) !important;
}

h1 {
  font-family: "archive-matrix" !important;
  font-size: 6rem !important;
  letter-spacing: -1rem;
  margin: 0;
  text-align: center;
}

h1, h2 {
  color: var(--color-link) !important;
  text-shadow: 0 0 10px var(--color-link-glow);
}

a, h1, .chapter-title-content, blockquote {
  transition: filter 0.5s ease-in !important;
}
a:hover, h1:hover, .chapter-title-content:hover, blockquote:hover {
  filter: hue-rotate(180deg);
}

h2:hover > .chapter-title-content {
  filter: hue-rotate(180deg);
}

.chapter-title-content {
  font-family: "archive-matrix" !important;
  letter-spacing: -0.1rem;
}

.chapter-content {
  background-color: var(--color-text);
  color: var(--color-bg-primary);
  padding: 1rem 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin: 1rem -3rem;
}

blockquote {
  background: 1rem 50%/2rem no-repeat var(--quote-icon), linear-gradient(120deg in hsl longer hue, rgb(50, 53, 11), rgb(34, 63, 59)) !important;
  color: pink !important;
}

a:after, hr {
  box-shadow: 0 0 10px var(--color-link-underline-glow);
}

hr {
  margin-left: -2.2rem !important;
  margin-right: -2.2rem !important;
}

.chapter-index-link {
  background-color: rgb(188, 90, 105) !important;
  border-radius: 50%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 2.5rem;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chapter-index-link:after {
  box-shadow: none;
  background-color: rgb(250, 167, 178) !important;
  width: 100% !important;
  height: calc(100% - 0.2rem) !important;
  border-radius: 50%;
  top: 0;
}
.chapter-index-link, .chapter-index-link:hover {
  color: var(--color-bg-primary);
}

.work-details > p {
  position: relative;
  padding: 0 2rem;
}
.work-details > p:before, .work-details > p:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--color-link-underline);
  border-radius: 2px;
  position: absolute;
  box-shadow: 0 0 10px var(--color-link-underline-glow);
}
.work-details > p:before {
  left: 0;
}
.work-details > p:after {
  right: 0;
}

/*# sourceMappingURL=eq.css.map */
