@font-face {
  font-family: 'icons';
  src:
    url('fonts/icons.ttf?l6od2x') format('truetype'),
    url('fonts/icons.woff?l6od2x') format('woff'),
    url('fonts/icons.svg?l6od2x#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_play:before {
  content: "\e90b";
}
.ico_arrow:before {
  content: "\e900";
}
.ico_burger:before {
  content: "\e901";
}
.ico_search:before {
  content: "\e90a";
}
.ico_case:before {
  content: "\e902";
}
.ico_heart:before {
  content: "\e903";
}
.ico_instagram:before {
  content: "\e904";
}
.ico_plus:before {
  content: "\e905";
}
.ico_telegram:before {
  content: "\e906";
}
.ico_vkontakte:before {
  content: "\e907";
}
.ico_whatsapp:before {
  content: "\e908";
}
.ico_youtube:before {
  content: "\e909";
}
