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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '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;
}

.ico_arrow:before {
  content: "\e900";
}
.ico_dots:before {
  content: "\e90f";
}
.ico_plus:before {
  content: "\e90e";
}
.ico_burger:before {
  content: "\e901";
}
.ico_channel:before {
  content: "\e902";
}
.ico_chart:before {
  content: "\e903";
}
.ico_chat:before {
  content: "\e904";
}
.ico_check:before {
  content: "\e905";
}
.ico_clock:before {
  content: "\e906";
}
.ico_instagram:before {
  content: "\e907";
}
.ico_money:before {
  content: "\e908";
}
.ico_rocket:before {
  content: "\e909";
}
.ico_telegram:before {
  content: "\e90a";
}
.ico_vkontakte:before {
  content: "\e90b";
}
.ico_website:before {
  content: "\e90c";
}
.ico_whatsapp:before {
  content: "\e90d";
}
