@font-face {
  font-family: 'collab-icomoon';
  src:
    url('fonts/icomoon.ttf?id6for') format('truetype'),
    url('fonts/icomoon.woff?id6for') format('woff'),
    url('fonts/icomoon.svg?id6for#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="collab-icon-"], [class*=" collab-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'collab-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;
}

.collab-icon--check:before {
  content: "\e908";
}
.collab-icon--arrow:before {
  content: "\e906";
}
.collab-icon--dropdown:before {
  content: "\e907";
}
.collab-icon--liquid-logo-full:before {
  content: "\e904";
}
.collab-icon--liquid-logo-half:before {
  content: "\e905";
}
.collab-icon--facebook:before {
  content: "\e900";
}
.collab-icon--instagram:before {
  content: "\e901";
}
.collab-icon--linkedin:before {
  content: "\e902";
}
.collab-icon--twitter:before {
  content: "\e903";
}
