@font-face {
  font-family: 'TV Guide Icons';
  src:
    url('../fonts/TV-Guide-Icons.woff2') format('woff2'),
    url('../fonts/TV-Guide-Icons.woff') format('woff'),
    url('../fonts/TV-Guide-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*
 * Icon base styles: if an element has a class that starts with "tv-guide-icon-"
 * (e.g. tv-guide-icon-arrow-right), these font styles apply automatically.
 * No need for a separate base class — use only the icon class.
 */
[class^='tv-guide-icon-'],
[class*=' tv-guide-icon-'] {
  font-family: 'TV Guide Icons' !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Each icon: which character to show (glyph from the font). */
.tv-guide-icon-arrow-right::before {
  content: '\e900';
}
.tv-guide-icon-lighting-both::before {
  content: '\e901';
}
.tv-guide-icon-lighting-bright::before {
  content: '\e902';
}
.tv-guide-icon-chevron-down::before {
  content: '\e903';
}
.tv-guide-icon-chevron-left::before {
  content: '\e904';
}
.tv-guide-icon-chevron-right::before {
  content: '\e905';
}
.tv-guide-icon-lighting-dark::before {
  content: '\e906';
}
