@font-face {
  font-family: "Pathfinder";
  src: url("./Pathfinder-Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*="pathfinder-icon-"]:before {
  display: inline-block;
  font-family: "Pathfinder";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pathfinder-icon-one-action:before {
  content: "[one-action]";
}

.pathfinder-icon-two-actions:before {
  content: "[two-actions]";
}

.pathfinder-icon-three-actions:before {
  content: "[three-actions]";
}

.pathfinder-icon-reaction:before {
  content: "[reaction]";
}

.pathfinder-icon-free-action:before {
  content: "[free-action]";
}
