<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: 'boxseat-icons';
  src:  url('fonts/boxseat-icons.eot?754rtj');
  src:  url('fonts/boxseat-icons.eot?754rtj#iefix') format('embedded-opentype'),
    url('fonts/boxseat-icons.woff2?754rtj') format('woff2'),
    url('fonts/boxseat-icons.ttf?754rtj') format('truetype'),
    url('fonts/boxseat-icons.woff?754rtj') format('woff'),
    url('fonts/boxseat-icons.svg?754rtj#boxseat-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'boxseat-icons' !important;
  speak: none;
  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;
}

.boxseat-icon-search:before {
  content: "\f179";
}
.boxseat-icon-chevron-thin-left:before {
  content: "\f341";
}
.boxseat-icon-chevron-thin-right:before {
  content: "\f345";
}
</pre></body></html>