@font-face {
  font-family: 'ts-symbols';
  src: url("./ts-symbols.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ts-symbols-"], [class*=" ts-symbols-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ts-symbols' !important;
  speak: never;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ts-symbols-"]:before,
[class*=" ts-symbols-"]:before {
  text-decoration: none !important;
}

.ts-symbols-xing:before {
  content: "\e903";
}
.ts-symbols-instagram:before {
  content: "\e900";
}
.ts-symbols-x:before {
  content: "\e901";
}
.ts-symbols-youtube:before {
  content: "\e902";
}
.ts-symbols-facebook:before {
  content: "\e904";
}

.ts-symbols-linkedin:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('./InBug-Black.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
