@font-face {
  font-family: 'themeicons';
  src: url('./font/themeicons.eot?73497384');
  src: url('./font/themeicons.eot?73497384#iefix') format('embedded-opentype'),
       url('./font/themeicons.woff2?73497384') format('woff2'),
       url('./font/themeicons.woff?73497384') format('woff'),
       url('./font/themeicons.ttf?73497384') format('truetype'),
       url('./font/themeicons.svg?73497384#themeicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'themeicons';
    src: url('./font/themeicons.svg?73497384#themeicons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font-family: "themeicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}

.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */