@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@500&display=swap');
.avatar {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.avatar::after {
  content: attr(data-label);
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.bg-alby {
  background-color: #B8733C !important;
}