@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dtgauo');
  src:  url('fonts/icomoon.eot?dtgauo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dtgauo') format('truetype'),
    url('fonts/icomoon.woff?dtgauo') format('woff'),
    url('fonts/icomoon.svg?dtgauo#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-Arrow_Down:before {
  content: "\e900";
}
.icon-Arrow_Next:before {
  content: "\e901";
}
.icon-Arrow_Previous:before {
  content: "\e902";
}
.icon-Arrow_Up:before {
  content: "\e903";
}
.icon-Calendar:before {
  content: "\e904";
}
.icon-Close:before {
  content: "\e905";
}
.icon-Email:before {
  content: "\e906";
}
.icon-Facebook:before {
  content: "\e907";
}
.icon-Heart:before {
  content: "\e908";
}
.icon-Instagram:before {
  content: "\e909";
}
.icon-LinkedIn:before {
  content: "\e90a";
}
.icon-Menu:before {
  content: "\e90b";
}
.icon-Phone:before {
  content: "\e90c";
}
.icon-Pin:before {
  content: "\e90d";
}
.icon-Search:before {
  content: "\e90e";
}
.icon-Share:before {
  content: "\e90f";
}
.icon-User:before {
  content: "\e910";
}
