@font-face {
  font-family: 'eschedule';
  src:  url('fonts/eschedule.eot?txn0jo');
  src:  url('fonts/eschedule.eot?txn0jo#iefix') format('embedded-opentype'),
    url('fonts/eschedule.ttf?txn0jo') format('truetype'),
    url('fonts/eschedule.woff?txn0jo') format('woff'),
    url('fonts/eschedule.svg?txn0jo#eschedule') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.eschedule-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eschedule' !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;
}

.icn-book:before {
  content: "\e900";
}
.icn-copy:before {
  content: "\e901";
}
.icn-info:before {
  content: "\e902";
}
.icn-map:before {
  content: "\e903";
}
.icn-location-arr:before {
  content: "\e904";
}
