@font-face {
  font-family: 'wildenberg-icons';
  src:
    url('fonts/wildenberg-icons.ttf?nngysm') format('truetype'),
    url('fonts/wildenberg-icons.woff?nngysm') format('woff'),
    url('fonts/wildenberg-icons.svg?nngysm#wildenberg-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wild-icon-"], [class*=" wild-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wildenberg-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wild-icon-arrow_right:before {
  content: "\e900";
  color: #b2b0a2;
}
.wild-icon-play:before {
  content: "\e901";
  color: #b2b0a2;
}
.wild-icon-wand_magic_sparkles:before {
  content: "\e902";
  color: #b2b0a2;
}
.wild-icon-user_vneck:before {
  content: "\e903";
  color: #b2b0a2;
}
.wild-icon-pen_ruler:before {
  content: "\e904";
  color: #b2b0a2;
}
.wild-icon-play_light:before {
  content: "\e905";
  color: #fff;
}
