.avatar {
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.avatar * {
  width: 100%;
  height: 100%;
}
.avatar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.avatar__image .icon__wrapper {
  width: 60%;
  height: 60%;
}
.avatar__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar__image svg {
  fill: #000;
}
.avatar__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.avatar--color-red {
  background-color: #d8222a;
  color: #fff;
}
.avatar--color-blue {
  background-color: #0056d7;
  color: #fff;
}
.avatar--color-orange {
  background-color: #FF892E;
  color: #fff;
}
.avatar--color-white {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.avatar--color-black {
  background-color: #000;
  color: #fff;
}
.avatar__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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