/*
 * Icon Font Downloaded
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * 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: 'Downloaded';
  src: url('../fonts/icons8.eot');
  src: url('../fonts/icons8.eot?#iefix') format('embedded-opentype'), url('../fonts/icons8.woff2') format('woff2'),
    url('../fonts/icons8.woff') format('woff'), url('../fonts/icons8.ttf') format('truetype'),
    url('../fonts/icons8.svg#Downloaded') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

.icons8,
[data-icons8]:before,
.icons8-viber:before {
  display: inline-block;
  font-family: 'Downloaded', sans-serif;
  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;
}

.icons8-viber:before {
  content: '\f100';
}
