@font-face {
  font-family: 'icomoon';
  src:
    url('/Htdocs/Fonts/icomoon.ttf?14fw1r9') format('truetype'),
    url('/Htdocs/Fonts/icomoon.woff?14fw1r9') format('woff'),
    url('/Htdocs/Fonts/icomoon.svg?14fw1r9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;

  font-size: 16px;
}

.icomoon.icon-tw:before {
  content: "\e91e";
}
.icomoon.icon-fb:before {
  content: "\e90a";
}
.icomoon.icon-in:before {
  content: "\e90d";
}
.icomoon.icon-insta:before {
  content: "\e90e";
}
.icomoon.icon-yt:before {
  content: "\ea9d";
}
.icomoon.icon-pint:before {
  content: "\ead1";
}
.icomoon.icon-tiktok:before {
  content: "\e91c";
}


