@font-face {
  font-family: 'animal';
  src: url('fonts/animal.woff2?qy60v3') format('woff2'),
  url('fonts/animal.ttf?qy60v3') format('truetype'),
  url('fonts/animal.woff?qy60v3') format('woff'),
  url('fonts/animal.svg?qy60v3#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";
}
