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

[class^="icon-"], [class*=" 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;
}

.icon-address:before {
  content: "\e901";
}
.icon-arrow:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
  color: #c09b0f;
}
.icon-collapse:before {
  content: "\e900";
  color: #fff;
}
.icon-email:before {
  content: "\e904";
}
.icon-expand:before {
  content: "\e905";
  color: #fff;
}
.icon-phone:before {
  content: "\e906";
}
.icon-semicolon:before {
  content: "\e907";
  color: #483607;
}
