/* Alap definíciók, hogy megjelenjen az ikon. Ez adja meg a szélességét, hogy mekkora a betűméret */
@font-face {
  font-family: 'Furry Icon Set';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/FurryIconSet.otf");}
.fur {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family:'Furry Icon Set'
}
/* Ikonok, a background urljét kell átírni az ikonra */
.fursuiter-icon:before {
content:url('../img/icons/fursuit.svg');
transform: scaleX(-1);
}
.dance-icon:before {
content: "\f001";
}
.walk-icon:before {
content: "\f002";
}
.art-icon:before {
content: "\f003";
}
.ticket-icon:before {
content: "\f004";
}
.fast-food-icon:before {
content: "\f005";
}
.other-furry:before {
content: "\f006";
}
.controller:before {
content: "\f007";
}
.karaoke-icon:before {
content: "\f008";
}
.board-game-icon:before {
content: "\f009";
}
.no-smoke-icon:before {
content: "\f010";
}
.no-dog-icon:before {
content: "\f011";
}
.crowd-icon:before {
content: "\f012";
}
.furaffinity-icon:before {
content: "\f013";
}
.inkbunny-icon:before {
content: "\f014";
}
.invited-furry-event-icon:before {
content: "\f015";
}
.fantasy-icon:before {
content: "\f016";
}
.sheesha-icon:before {
content: "\f017";
}
.restaurant-icon:before {
content: "\f018";
}
.E621-icon:before {
content: "\e621";
}
.furry-network-icon:before {
content: "\f019";
}
.sauna-icon:before {
content: "\f020";
}
.treasure-hunt-icon:before {
content: "\f021";
}
.BKK-metro-icon:before {
content: "\f022";
}
