@font-face {
  font-family: "Material Icons";
  font-style: normal;
  src: url(../fonts/MaterialSymbolsOutlined.woff2);
  font-display: block;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-icons.light {
  color: #ffffff;
}

.material-icons.dark {
  color: #424242;
}

.material-icons,
* {
  font-variation-settings: "FILL" 1;
}

.no-fill {
  font-variation-settings: "FILL" 0;
}

.n2-button--favorite:not(.n2-button--favorited):before,
.n2-radio-buttons input[type="radio"]::before {
  font-variation-settings: "FILL" 0;
}
