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

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

.custom-icon-telegram-color .path1:before {
  content: "\e902";
  color: rgb(41, 182, 246);
}
.custom-icon-telegram-color .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-telegram-color .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(176, 190, 197);
}
.custom-icon-telegram-color .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(207, 216, 220);
}
.custom-icon-telegram-plane:before {
  content: "\e900";
}
.custom-icon-telegram:before {
  content: "\e901";
}
