@font-face {
  font-family: 'xcafe';
  src:
    url('../fonts/xcafe.ttf?czh6iu') format('truetype'),
    url('../fonts/xcafe.woff?czh6iu') format('woff'),
    url('../fonts/xcafe.svg?czh6iu#xcafe') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xc-menu-left:before {
  content: "\e900";
}
.xc-menu-right:before {
  content: "\e901";
}
.xc-mail:before {
  content: "\e902";
}
.xc-cross:before {
  content: "\e903";
}
.xc-hours:before {
  content: "\e904";
}
.xc-map-marker:before {
  content: "\e905";
}
.xc-phone:before {
  content: "\e906";
}
.xc-twitter:before {
  content: "\e907";
}
.xc-facebook:before {
  content: "\e908";
}
.xc-menu:before {
  content: "\e909";
}
.xc-quote-left:before {
  content: "\e90a";
}
.xc-quote-right:before {
  content: "\e90b";
}
.xc-copyright:before {
  content: "\e90c";
}
