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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stacky' !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-telegram:before {
  content: "\e90c";
}
.icon-whatsapp:before {
  content: "\e90d";
}
.icon-address:before {
  content: "\e900";
}
.icon-url:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-loading-tick:before {
  content: "\e903";
}
.icon-loading-wheel:before {
  content: "\e904";
}
.icon-chevron-left:before {
  content: "\e901";
}
