/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
.Avatar {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  background-color: #eaeff2;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  color: #040404;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.Avatar--text-alignment {
  padding-top: 0.1em;
}

.Avatar--lightText {
  color: #ffffff;
}

.Avatar--circle {
  border-radius: 50%;
}

.Avatar--rounded {
  border-radius: 6px;
}

.Avatar--s {
  font-size: 10px;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
}
.Avatar--s.Avatar--icon {
  font-size: 14px;
}

.Avatar--m {
  font-size: 14px;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}
.Avatar--m.Avatar--icon {
  font-size: 20px;
}

.Avatar--l {
  font-size: 20px;
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
}
.Avatar--l.Avatar--icon {
  font-size: 32px;
}

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