@font-face {
  font-family: 'Glyphs';
  src:
    url('fonts/Glyphs.ttf?xs3f1l') format('truetype'),
    url('fonts/Glyphs.woff?xs3f1l') format('woff'),
    url('fonts/Glyphs.svg?xs3f1l#Glyphs') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="glyph-"], [class*=" glyph-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Glyphs' !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;
}

.glyph-close:before {
  content: "\e5cd";
}
.glyph-trophy:before {
  content: "\e900";
}
.glyph-facebook:before {
  content: "\e901";
}
.glyph-twitter:before {
  content: "\f099";
}
.glyph-linkedin:before {
  content: "\f0e1";
}
.glyph-angle-left:before {
  content: "\f104";
}
.glyph-angle-right:before {
  content: "\f105";
}
.glyph-angle-up:before {
  content: "\f106";
}
.glyph-angle-down:before {
  content: "\f107";
}
.glyph-youtube:before {
  content: "\f16a";
}
.glyph-instagram:before {
  content: "\f16d";
}
.glyph-check:before {
  content: "\e5ca";
}
