.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.profile .profile__image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
}
.profile .profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile .profile__content {
  width: 100%;
}
.profile .profile__name {
  font-family: "Anivers-Bold";
  font-size: 1.1rem;
  color: var(--colour-text);
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.profile .profile__name a {
  color: inherit;
  text-decoration: none;
}
.profile .profile__name a:hover, .profile .profile__name a:focus {
  text-decoration: underline;
}
.profile .profile__role {
  font-family: "Oswald Regular";
  font-size: 0.95rem;
  color: var(--colour-text);
  margin-bottom: 0.75rem;
}
.profile .profile__bio {
  font-family: "Calluna-Regular";
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--colour-text);
  text-align: left;
  margin-bottom: 0.75rem;
}
.profile .profile__quote {
  font-family: "Calluna-It";
  font-size: 1rem;
  line-height: 1.4;
  border-left: 3px solid orange;
  padding-left: 0.75rem;
  margin: 0.75rem 0;
  text-align: left;
  color: var(--colour-text);
}
.profile .profile__links {
  margin-top: 0.75rem;
}

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