/* Do not edit anything below */
.author-bio-section .author-bio__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
}
.author-bio-section .author-bio__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
}
.author-bio-section .author-bio__heading {
  font-family: "Oldschool Grotesk", sans-serif;
  font-size: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.author-bio-section .author-bio__author-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
}
.author-bio-section .author-bio__name {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  max-inline-size: 30rem;
}
.author-bio-section .author-bio__quote {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.04em;
  max-inline-size: 63rem;
}