@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "font-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.f-icon-arrow-down:before {
  content: "\e000";
}
.f-icon-arrow-left:before {
  content: "\e001";
}
.f-icon-arrow-right:before {
  content: "\e002";
}
.f-icon-arrow-up:before {
  content: "\e003";
}
.f-icon-download:before {
  content: "\e004";
}
.f-icon-lock:before {
  content: "\e005";
}
.f-icon-share:before {
  content: "\e006";
}
.f-icon-social-facebook:before {
  content: "\e007";
}
.f-icon-social-facebook-stroke:before {
  content: "\e008";
}
.f-icon-social-instagram:before {
  content: "\e009";
}
.f-icon-social-instagram-stroke:before {
  content: "\e00a";
}
.f-icon-social-line:before {
  content: "\e00b";
}
.f-icon-social-messenger:before {
  content: "\e00c";
}
.f-icon-social-messenger-stroke:before {
  content: "\e00d";
}
.f-icon-social-youtube:before {
  content: "\e00e";
}
.f-icon-social-youtube-stroke:before {
  content: "\e00f";
}
