@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icons/icomoon.ttf?w15ukt') format('truetype'),
    url('../fonts/icons/icomoon.woff?w15ukt') format('woff'),
    url('../fonts/icons/icomoon.svg?w15ukt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-person:before {
  content: "\e906";
  color: #1df19d;
}
.icon-right-arrow:before {
  content: "\e904";
  color: #fff;
}
.icon-location:before {
  content: "\e905";
  color: #ff1779;
}
.icon-burger:before {
  content: "\e903";
  color: #ff1779;
}
.icon-fb:before {
  content: "\e901";
  color: #18ec98;
}
.icon-tw:before {
  content: "\e902";
  color: #18ec98;
}
.icon-insta:before {
  content: "\e900";
  color: #18ec98;
}
