@font-face {
  font-family: 'FeriquelleIcons';
  font-display: swap;
  src: url('site-icons.woff2') format('woff2'),
       url('site-icons.woff') format('woff'),
       url('site-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

.site-icon-bookmark:before {
  content: "\e90d";
}
.site-icon-features:before {
  content: "\e92e";
}
.site-icon-info:before {
  content: "\e93e";
}
.site-icon-left:before {
  content: "\e944";
}
.site-icon-plus:before {
  content: "\e960";
}
.site-icon-protect:before {
  content: "\e963";
}
.site-icon-right:before {
  content: "\e96b";
}
.site-icon-setting:before {
  content: "\e973";
}
.site-icon-shopping-cart:before {
  content: "\e977";
}
