@font-face {
  font-family: 'custom-icons-clean';
  src:
    url('fonts/custom-icons-clean.woff2') format('woff2'),
    url('fonts/custom-icons-clean.woff') format('woff'),
    url('fonts/custom-icons-clean.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'custom-icons-clean' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: '\e900';
}

.icon-chevron-up:before {
  content: '\e901';
}

.icon-folder-closed:before {
  content: '\e902';
}

.icon-folder-open:before {
  content: '\e903';
}

.icon-mail:before {
  content: '\e904';
}

.icon-map-pin:before {
  content: '\e905';
}

.icon-phone:before {
  content: '\e906';
}

.icon-user-round:before {
  content: '\e907';
}
