@font-face {
  font-family: 'animal';
  src:
    url('fonts/animal.woff2?tlbcwi') format('woff2'),
    url('fonts/animal.ttf?tlbcwi') format('truetype'),
    url('fonts/animal.woff?tlbcwi') format('woff'),
    url('fonts/animal.svg?tlbcwi#animal') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-animal"], [class*=" icon-animal"] {
	font-family: 'animal';
}

.icon-animal-mating-partners:before {
  content: "\e800";
}
.icon-animal-trotting-right:before {
  content: "\e801";
}
.icon-animal-trotting-left:before {
  content: "\e802";
}
.icon-animal-standing-right:before {
  content: "\e803";
}
.icon-animal-standing-left:before {
  content: "\e804";
}
