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

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-arrow-right:before {
  content: "\e628";
}
