@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gfytez');
  src:  url('fonts/icomoon.eot?gfytez#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gfytez') format('truetype'),
    url('fonts/icomoon.woff?gfytez') format('woff'),
    url('fonts/icomoon.svg?gfytez#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-menu:before {
  content: "\e900";
  color: #fff;
}
.icon-menu_hover:before {
  content: "\e901";
  color: #9d835c;
}
.icon-down_hover:before {
  content: "\e902";
  color: #9d835c;
}
.icon-left .path1:before {
  content: "\e903";
  color: rgb(40, 48, 58);
}
.icon-left .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-left_hover .path1:before {
  content: "\e905";
  color: rgb(157, 131, 92);
}
.icon-left_hover .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-down .path1:before {
  content: "\e907";
  color: rgb(157, 131, 92);
}
.icon-down .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
