@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?cuoaay') format('truetype'),
    url('fonts/icomoon.woff?cuoaay') format('woff'),
    url('fonts/icomoon.svg?cuoaay#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class*="icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon', sans-serif !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;
}

.icon-chevron-down:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-up-angled:before {
  content: "\e903";
}
.icon-curved-arrow:before {
  content: "\e904";
}
.icon-register:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e908";
}
.icon-minus:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-magnifying:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90d";
}
.icon-check:before {
  content: "\e90f";
}
