@font-face {
  font-family: 'kdv-icons';
  src:
    url('font/kdv-icons.woff2') format('woff2'),
    url('font/kdv-icons.ttf') format('truetype'),
    url('font/kdv-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon,
[class^='icon-'],
[class*=' icon-'] {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: 'kdv-icons' !important;
  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-back:before {
  content: '\f00b';
}
.icon-close:before {
  content: '\f00a';
}
.icon-double-arrow-right:before {
  content: '\f009';
}
.icon-arrow-right:before {
  content: '\f008';
}
.icon-arrow-left:before {
  content: '\f007';
}
.icon-double-arrow-left:before {
  content: '\f006';
}
.icon-envelope:before {
  content: '\f005';
}
.icon-whatsapp:before {
  content: '\f004';
}
.icon-phone:before {
  content: '\f003';
}
.icon-instagram:before {
  content: '\f002';
}
.icon-facebook:before {
  content: '\f001';
}
.icon-menu:before {
  content: '\f000';
}
