@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Muli:600d,900&display=swap');
 @import url('//fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');

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

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

}
[class^="iconstar"], [class*=" iconstar"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stars-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconstar-empty:before {
  content: "\e9d7";
}
.iconstar-full:before {
  content: "\e9d8";
}

[data-icon]:before {
  font-family: "custom-font" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "custom-font" !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;
}

.icon-facebook:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-instagram:before {
  content: "\63";
}
.icon-close:before {
  content: "\64";
}
.icon-search:before {
  content: "\65";
}