/*
  Icon Font: custom
*/

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

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

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

[data-icon]:before,
.icon-add-account:before,
.icon-check-thick:before,
.icon-circle-plus:before,
.icon-dots-thick:before,
.icon-download:before,
.icon-facebook:before,
.icon-filter:before,
.icon-filter-thick:before,
.icon-flag:before,
.icon-gear:before,
.icon-left:before,
.icon-left-thick:before,
.icon-link:before,
.icon-link-thick:before,
.icon-mark-read:before,
.icon-mark-thick:before,
.icon-notification:before,
.icon-odnoklassniki:before,
.icon-pen:before,
.icon-reply:before,
.icon-smile:before,
.icon-square-check:before,
.icon-square-dot:before,
.icon-tag-right:before,
.icon-telegram:before,
.icon-text:before,
.icon-twitter:before,
.icon-user:before,
.icon-user-thick:before,
.icon-vk:before,
.icon-watches:before,
.icon-window:before,
.icon-window-new:before,
.icon-youtube:before {
  display: inline-block;
  font-family: "custom";
  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;
}

.icon-add-account:before { content: "\f100"; }
.icon-check-thick:before { content: "\f101"; }
.icon-circle-plus:before { content: "\f102"; }
.icon-dots-thick:before { content: "\f103"; }
.icon-download:before { content: "\f104"; }
.icon-facebook:before { content: "\f105"; }
.icon-filter:before { content: "\f106"; }
.icon-filter-thick:before { content: "\f107"; }
.icon-flag:before { content: "\f108"; }
.icon-gear:before { content: "\f109"; }
.icon-left:before { content: "\f10a"; }
.icon-left-thick:before { content: "\f10b"; }
.icon-link:before { content: "\f10c"; }
.icon-link-thick:before { content: "\f10d"; }
.icon-mark-read:before { content: "\f10e"; }
.icon-mark-thick:before { content: "\f10f"; }
.icon-notification:before { content: "\f110"; }
.icon-odnoklassniki:before { content: "\f111"; }
.icon-pen:before { content: "\f112"; }
.icon-reply:before { content: "\f113"; }
.icon-smile:before { content: "\f114"; }
.icon-square-check:before { content: "\f115"; }
.icon-square-dot:before { content: "\f116"; }
.icon-tag-right:before { content: "\f117"; }
.icon-telegram:before { content: "\f118"; }
.icon-text:before { content: "\f119"; }
.icon-twitter:before { content: "\f11a"; }
.icon-user:before { content: "\f11b"; }
.icon-user-thick:before { content: "\f11c"; }
.icon-vk:before { content: "\f11d"; }
.icon-watches:before { content: "\f11e"; }
.icon-window:before { content: "\f11f"; }
.icon-window-new:before { content: "\f120"; }
.icon-youtube:before { content: "\f121"; }
