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

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

.animal-dolphin:before {
  content: "\e906";
  color: #f2f2f2;
}
.animal-fish:before {
  content: "\e907";
  color: #ececec;
}
.animal-whale:before {
  content: "\e908";
  color: #f2f2f2;
}
.animal-snake:before {
  content: "\e909";
  color: #f2f2f2;
}
.animal-turtle:before {
  content: "\e90a";
  color: #f2f2f2;
}
.animal-lion:before {
  content: "\e905";
  color: #f2f2f2;
}
.animal-bird:before {
  content: "\e900";
  color: #f2f2f2;
}
.animal-reptiles:before {
  content: "\e901";
  color: #f2f2f2;
}
.animal-sea-bird:before {
  content: "\e902";
  color: #f2f2f2;
}
.animal-shark:before {
  content: "\e903";
  color: #f2f2f2;
}
.animal-wild-cat:before {
  content: "\e904";
  color: #f2f2f2;
}
</pre></body></html>