@font-face {
    font-family: 'Content Hub Icon';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/multimedia/content-hub.woff') format('woff'),
        url('/multimedia/content-hub') format('ttf') 
}

@font-face {
    font-family: 'Content Hub Icon';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/multimedia/content-hub.woff') format('woff'),
        url('/multimedia/content-hub') format('ttf') 
}

.ch-icon {
  font-family: 'Content Hub Icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ch-icon--tag:before {
  content: "\e935";
}
.ch-icon--bubble:before {
  content: "\e96b";
}
.ch-icon--in:before {
  content: "\e987";
}
.ch-icon--earth:before {
  content: "\e9ca";
}
.ch-icon--video-play-circle:before {
  content: "\ea15";
}

.ch-icon--column:before {
  content: "\e900";
}
.ch-icon--grid:before {
  content: "\e901";
}