@import "../../css/boilerplate.css";

.avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  object-fit: cover;
}

.avatar-xs {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.avatar-sm {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}

.avatar-md {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}

.avatar-lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
}

.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
}

.avatar-square {
  border-radius: 8px;
}

.avatar-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 500;
}
