@font-face {
  font-family: "actions";
  src: url("../font/actions.eot");
  src: url("../font/actions.eot?v5brxn#iefix") format("embedded-opentype"),
      url("../font/actions.woff2?v5brxn") format("woff2"),
      url("../font/actions.woff?v5brxn") format("woff"),
      url("../font/actions.ttf?v5brxn") format("truetype"),
      url("../font/actions.svg?v5brxn#actions") format("svg");
  font-style: normal;
  font-weight: 400;
}

.action {
  display: inline-block;
  font-family: "actions" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.action-add::before {
  content: "\ea01";
}
.action-launch::before {
  content: "\ea02";
}
.action-pause::before {
  content: "\ea03";
}
.action-play::before {
  content: "\ea04";
}
.action-send::before {
  content: "\ea05";
}
.action-subtract::before {
  content: "\ea06";
}
