@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.ttf?nx5au0") format("truetype"), url("../fonts/Icons.woff?nx5au0") format("woff"),
    url("../fonts/Icons.svg?nx5au0#Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
  /* 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;
}

._icon-fb:before {
  content: "\e900";
}
._icon-twitter:before {
  content: "\e901";
}
._icon-insta:before {
  content: "\e902";
}
._icon-Linkedin:before {
  content: "\e903";
}
