@font-face {
  font-family: 'x-glyph';
  src:
    /* url('x-glyph.ttf?4gam17') format('truetype'), */
    url('x-glyph.woff?4gam17') format('woff'),
    url('x-glyph.svg?4gam17#x-glyph') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'x-glyph' !important;
  speak: none;
  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;
}

/* .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
/* makes the font 33% larger relative to the icon container */
/* .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
} */
/* .fa-2x {
  font-size: 2em;
} */

.icon-phone:before {
  content: "\e901";
}
.icon-mobile:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-fax:before {
  content: "\e905";
}
.icon-map:before {
  content: "\e906";
}
.icon-time:before {
  content: "\e907";
}
.icon-facebook_sign:before {
  content: "\e908";
}
.icon-instagram_sign:before {
  content: "\e909";
}
