/*!
 * Icon Font ltw3
 * Made with love by Icons8 [ https://icons8.com/ ] using webfont [ https://github.com/itgalaxy/webfont ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "ltw3";
    src: url("../fonts/ltw3.svg#ltw3") format("svg");
  }
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.icons8-diploma:before,
.icons8-investment:before,
.icons8-barbershop:before,
.icons8,
[data-icons8]:before {
  display: inline-block;
  font-family: "ltw3";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


.icons8-diploma:before {
  content: "\f100";
}
.icons8-investment:before {
  content: "\f101";
}
.icons8-barbershop:before {
  content: "\f102";
}
