@font-face {
  font-family: "main-font";
  src: url("../fonts/mainfonts/main-font.eot?lgeppo");
  src: url("../fonts/mainfonts/main-font.eot?lgeppo#iefix")
      format("embedded-opentype"),
    url("../fonts/mainfonts/main-font.ttf?lgeppo") format("truetype"),
    url("../fonts/mainfonts/main-font.woff?lgeppo") format("woff"),
    url("../fonts/mainfonts/main-font.svg?lgeppo#main-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icons-"]:before,
[class*=" icons-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "main-font" !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;
}

.icons-message-icon:before {
  content: "\e907";
}
.icons-phone-icon:before {
  content: "\e908";
}
.icons-telegram-icon:before {
  content: "\e909";
}
.icons-whatapp-icon:before {
  content: "\e90a";
}
.icons-discord-icon:before {
  content: "\e900";
}
.icons-facebook:before {
  content: "\e901";
}
.icons-instagram-icon:before {
  content: "\e902";
}
.icons-LinkedIn-icon:before {
  content: "\e903";
}
.icons-tiktok-icon:before {
  content: "\e904";
}
.icons-x-icon:before {
  content: "\e905";
}
.icons-youtube-icon:before {
  content: "\e906";
}
.icons-signal-icon:before {
  content: "\e90b";
}
