@font-face {
  font-family: 'RF-Armenia-Icons';
  src:  url('RF-Armenia-Icons.eot?y1pw7d');
  src:  url('RF-Armenia-Icons.eot?y1pw7d#iefix') format('embedded-opentype'),
    url('RF-Armenia-Icons.ttf?y1pw7d') format('truetype'),
    url('RF-Armenia-Icons.woff?y1pw7d') format('woff'),
    url('RF-Armenia-Icons.svg?y1pw7d#RF-Armenia-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'RF-Armenia-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.icon-play:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e958";
}
.icon-arrow-right:before {
  content: "\e954";
}
.icon-close:before {
  content: "\e955";
}
.icon-download:before {
  content: "\e956";
}
.icon-arrow-bottom:before {
  content: "\e957";
}
.icon-home:before {
  content: "\e952";
}
.icon-tourism:before {
  content: "\e953";
}
.icon-tourism_filled:before {
  content: "\e94a";
}
.icon-education:before {
  content: "\e94b";
}
.icon-education_filled:before {
  content: "\e94c";
}
.icon-font:before {
  content: "\e948";
}
.icon-font_filled:before {
  content: "\e949";
}
.icon-ngo:before {
  content: "\e94d";
}
.icon-ngo_filled:before {
  content: "\e94e";
}
.icon-careers:before {
  content: "\e950";
}
.icon-feedback:before {
  content: "\e94f";
}
.icon-info:before {
  content: "\e947";
}
.icon-view:before {
  content: "\e951";
}
.icon-guide:before {
  content: url('../img/guide.svg');
}

