.cd-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Celine Demierre Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.5rem;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f101";
}
.icon-menu:before {
    content: "\f102";
}
.icon-arrow-down:before {
    content: "\f103";
}
