/**
**  Official Font sizes
------------------------------- */
/**
** Line-heights
------------------------------- */
:host {
  font-family: Frutiger-Bold, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-weight: 400;
  align-items: center;
  color: #727272;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  height: 16px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 24px;
}
:host > img {
  border: 0 none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

:host([size=s]) {
  height: 16px;
  width: 24px;
}

:host([size=m]) {
  height: 20px;
  width: 30px;
}

:host([size=l]) {
  height: 24px;
  width: 36px;
}