@font-face {
  font-family: 'Ayman Signature';
  src: url('/assets/signature-script.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.bio-portrait {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 1.5rem auto 2rem;
}
.bio-signature {
  width: fit-content;
  max-width: 100%;
  margin: 1.5rem 0 2rem;
  padding: 0 .5rem .15rem 0;
  font-family: 'Ayman Signature', 'Palatino Linotype', cursive;
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 400;
  line-height: 1.3;
  color: #24394d;
  border-bottom: 1px solid #8593a0;
  border-radius: 0 0 50% 0;
}
