@font-face {
  font-family: 'icons_font';
  src:  url('../fonts/icons_font.eot?kielnd');
  src:  url('../fonts/icons_font.eot?kielnd#iefix') format('embedded-opentype'),
    url('../fonts/icons_font.ttf?kielnd') format('truetype'),
    url('../fonts/icons_font.woff?kielnd') format('woff'),
    url('../fonts/icons_font.svg?kielnd#icons_font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"]::before, [class*=" icon_"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons_font' !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;
}

.icon_settings:before {
  font-size: 20px;
  content: "\e900";
  color: #0962e8;
}
.icon_activity:before {
  font-size: 20px;
  content: "\e901";
  color: #0962e8;
}
.icon_attraction:before {
  font-size: 32px;
  content: "\e902";
  color: #0962e8;
}
.icon_coin:before {
  font-size: 32px;
  content: "\e903";
  color: #0962e8;
}
.icon_filter:before {
  font-size: 20px;
  content: "\e904";
  color: #0962e8;
}
.icon_graph:before {
  font-size: 20px;
  content: "\e905";
  color: #0962e8;
}
.icon_loyalty:before {
  font-size: 32px;
  content: "\e906";
  color: #0962e8;
}
.icon_revenue:before {
  font-size: 32px;
  content: "\e907";
  color: #0962e8;
}

@media only screen and (max-width: 390px) {
  .icon_attraction:before {
    font-size: 24px;
  }
  .icon_coin:before {
    font-size: 24px;
  }
  .icon_loyalty:before {
    font-size: 24px;
  }
  .icon_revenue:before {
    font-size: 24px;
  }

}
