/* Do not edit anything below */
.about-bio-section {
  text-align: center;
}
.about-bio-section .about-bio__image-wrapper {
  display: flex;
  justify-content: center;
  margin-block-end: clamp(1.5rem, 1.5rem + 1.5 * (100vw - 48rem) / 27, 3rem);
}
.about-bio-section .about-bio__image {
  aspect-ratio: 482/574;
  max-inline-size: 30.125rem;
  border-radius: 0.75rem;
  object-fit: cover;
}
.about-bio-section .about-bio__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
}
.about-bio-section .about-bio__quote {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.5rem, 1.5rem + 0.75 * (100vw - 48rem) / 27, 2.25rem);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.04em;
  max-inline-size: 62.3125rem;
}
.about-bio-section .about-bio__attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.about-bio-section .about-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(1.25rem, 1.25rem + 0.375 * (100vw - 48rem) / 27, 1.625rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.about-bio-section .about-bio__socials {
  display: flex;
  gap: 1rem;
}
.about-bio-section .about-bio__social-link {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: clamp(2.75rem, 2.75rem + 1.25 * (100vw - 48rem) / 27, 4rem);
  block-size: clamp(2.75rem, 2.75rem + 1.25 * (100vw - 48rem) / 27, 4rem);
  border: 1px solid #6c6c6c;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
.about-bio-section .about-bio__social-link svg {
  fill: currentcolor;
  inline-size: 1.3125rem;
  block-size: 1.3125rem;
}
.about-bio-section .about-bio__social-link:hover {
  opacity: 0.8;
}