<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'tt-favs';
  src:  url('fonts/tt-favs.eot?v1ljtf');
  src:  url('fonts/tt-favs.eot?v1ljtf#iefix') format('embedded-opentype'),
    url('fonts/tt-favs.ttf?v1ljtf') format('truetype'),
    url('fonts/tt-favs.woff?v1ljtf') format('woff'),
    url('fonts/tt-favs.svg?v1ljtf#tt-favs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tt-favs-"], [class*=" tt-favs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tt-favs' !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;
}

.tt-favs-off:before {
  content: "\e900";
}
.tt-favs-on:before {
  content: "\e901";
}
</pre></body></html>