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