/* =============================================
   BIO PAGE
============================================= */
.bio-content {
  font-size: 15px;
  line-height: 1.75;
  color: var(--mid);
  animation: fadeUp 0.5s ease both;
  padding-top: 33.5px;
}

.bio-content h1 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 24px;
}

.bio-content p {
  margin-bottom: 20px;
}

.bio-content a {
  color: var(--red);
  transition: color 0.15s;
}

.bio-content a:hover {
  color: var(--black);
}

.bio-content .press-mentions {
  font-style: italic;
}
