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

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

.icon-btn-fl-whatsapp-icon:before {
  content: "\e900";
}
.icon-btn-fl-messenger-icon:before {
  content: "\e920";
}
.icon-btn-fl-telegram-icon:before {
  content: "\e931";
}
