@import 'themes/default';

.Avatar {
  --focus--offset: var(--focus--width);

  align-items: center;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.Avatar--active {
  outline: 2px solid currentColor;
  outline-offset: 1px;
}

.Avatar--loaded {
  background-color: initial;
}

.Avatar__Initials {
  line-height: 1;
}
