@font-face {
  font-family: 'golfio';
  src:  url('../fonts/golfio.eot?311');
  src:  url('../fonts/golfio.eot?311#iefix') format('embedded-opentype'),
    url('../fonts/golfio.ttf?311') format('truetype'),
    url('../fonts/golfio.woff?311') format('woff'),
    url('../fonts/golfio.svg?311') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'golfio' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gmail:before {
  content: "\e905";
  color: #d14836;
}
.icon-twitter:before {
  content: "\e902";
  color: #1da1f2;
}
.icon-discord:before {
  content: "\e901";
  color: #7289da;
}
.icon-pencil:before {
  content: "\f040";
}
.icon-play:before {
  content: "\f04b";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-stop-o:before {
  content: "\f256";
}
.icon-zoom-in:before {
  content: "\e903";
}
.icon-zoom-out:before {
  content: "\e904";
}
.icon-squared-minus:before {
  content: "\e907";
}
.icon-squared-plus:before {
  content: "\e908";
}
