:root {
  --esthizen-accent: #c8a76a;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.icon-search::before {
  content: "\f002";
}

.icon-close::before {
  content: "\f00d";
}

.icon-street-map::before {
  content: "\f041";
}

.icon-support::before {
  content: "\f095";
}

.icon-envelope::before {
  content: "\f0e0";
}
