<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: 'Techmart-Icons';
  src:  url('fonts/Techmart-Icons.eot?m8c6fs');
  src:  url('fonts/Techmart-Icons.eot?m8c6fs#iefix') format('embedded-opentype'),
    url('fonts/Techmart-Icons.ttf?m8c6fs') format('truetype'),
    url('fonts/Techmart-Icons.woff?m8c6fs') format('woff'),
    url('fonts/Techmart-Icons.svg?m8c6fs#Techmart-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.techmart-classroom:before {
  content: "\e900";
}
.techmart-supplies:before {
  content: "\e901";
}
.techmart-calculators:before {
  content: "\e902";
}
.techmart-software:before {
  content: "\e903";
}
</pre></body></html>