@font-face {
  font-family: 'animal';
  src:
    url('fonts/animal.woff2?ebdz70') format('woff2'),
    url('fonts/animal.ttf?ebdz70') format('truetype'),
    url('fonts/animal.woff?ebdz70') format('woff'),
    url('fonts/animal.svg?ebdz70#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: "\e900";
}
.icon-animal-trotting-right:before {
  content: "\e901";
}
.icon-animal-trotting-left:before {
  content: "\e902";
}
.icon-animal-standing-right:before {
  content: "\e903";
}
.icon-animal-standing-left:before {
  content: "\e904";
}
