@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qwrg9n') format('truetype'),
    url('fonts/icomoon.woff?qwrg9n') format('woff'),
    url('fonts/icomoon.svg?qwrg9n#icomoon') 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: 'icomoon' !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-chat:before {
  content: '\e907';
}
.c-icon-settings:before {
  content: '\e902';
}
.c-icon-person:before {
  content: '\e903';
}
.c-icon-help:before {
  content: '\e904';
}
.c-icon-bullet-list:before {
  content: '\e905';
}
.c-icon-search:before {
  content: '\e906';
}
.c-icon-error-circle:before {
  content: '\e901';
}
.c-icon-trash:before {
  content: '\e921';
}
.c-icon-plus-circle:before {
  content: '\e920';
}
.c-icon-rocket:before {
  content: '\e91d';
}
.c-icon-hands-and-heart:before {
  content: '\e91e';
}
.c-icon-sun-and-sea:before {
  content: '\e91f';
}
.c-icon-ham-menu:before {
  content: '\e91b';
}
.c-icon-cross:before {
  content: '\e91c';
}
.c-icon-book-open:before {
  content: '\e900';
}
