@charset "UTF-8";

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

.xn-arrow:before {
  content: "\61";
}
.xn-caret:before {
  content: "\62";
}
.xn-chevron:before {
  content: "\63";
}
.xn-chevron-large:before {
  content: "\64";
}
.xn-close:before {
  content: "\65";
}
.xn-dash:before {
  content: "\66";
}
.xn-edit:before {
  content: "\67";
}
.xn-exclamation:before {
  content: "\68";
}
.xn-facebook:before {
  content: "\69";
}
.xn-filter:before {
  content: "\6a";
}
.xn-headset:before {
  content: "\6b";
}
.xn-linkedin:before {
  content: "\6c";
}
.xn-menu:before {
  content: "\6d";
}
.xn-menu-reserve:before {
  content: "\6e";
}
.xn-phone:before {
  content: "\6f";
}
.xn-pin:before {
  content: "\70";
}
.xn-pinterest:before {
  content: "\71";
}
.xn-plus:before {
  content: "\72";
}
.xn-search:before {
  content: "\73";
}
.xn-x:before {
  content: "\74";
}
