@font-face {
  font-family: 'gracechurch';
  src:
    url('fonts/gracechurch.ttf?vnd1nj') format('truetype'),
    url('fonts/gracechurch.woff?vnd1nj') format('woff'),
    url('fonts/gracechurch.svg?vnd1nj#gracechurch') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="c-icon--"], [class*=" c-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gracechurch' !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;
}

.c-icon--guide:before {
  content: "\e919";
}
.c-icon--podcast:before {
  content: "\e91a";
}
.c-icon--carecenter:before {
  content: "\e918";
}
.c-icon--arrow-long:before {
  content: "\e917";
}
.c-icon--menu:before {
  content: "\e90d";
}
.c-icon--arrow:before {
  content: "\e900";
}
.c-icon--calendar:before {
  content: "\e901";
}
.c-icon--caret:before {
  content: "\e902";
}
.c-icon--checkbox:before {
  content: "\e903";
}
.c-icon--clock:before {
  content: "\e904";
}
.c-icon--close:before {
  content: "\e905";
}
.c-icon--envelope:before {
  content: "\e906";
}
.c-icon--facebook:before {
  content: "\e907";
}
.c-icon--headphones:before {
  content: "\e908";
}
.c-icon--home:before {
  content: "\e909";
}
.c-icon--information:before {
  content: "\e90a";
}
.c-icon--instagram:before {
  content: "\e90b";
}
.c-icon--location_outline:before {
  content: "\e90c";
}
.c-icon--minus:before {
  content: "\e90e";
}
.c-icon--money:before {
  content: "\e90f";
}
.c-icon--notes:before {
  content: "\e910";
}
.c-icon--phone:before {
  content: "\e911";
}
.c-icon--play:before {
  content: "\e912";
}
.c-icon--search:before {
  content: "\e913";
}
.c-icon--share:before {
  content: "\e914";
}
.c-icon--twitter:before {
  content: "\e915";
}
.c-icon--watch:before {
  content: "\e916";
}
