@font-face {
  font-family: 'ksm-icons';
  src:  url('fonts/ksm-icons.eot?gabqua');
  src:  url('fonts/ksm-icons.eot?gabqua#iefix') format('embedded-opentype'),
    url('fonts/ksm-icons.ttf?gabqua') format('truetype'),
    url('fonts/ksm-icons.woff?gabqua') format('woff'),
    url('fonts/ksm-icons.svg?gabqua#ksm-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ksmicon_"], [class*=" ksmicon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ksm-icons' !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;
}

.ksmicon_scroll:before {
  content: "\e910";
}
.ksmicon_upload:before {
  content: "\e90a";
}
.ksmicon_Close:before {
  content: "\e90e";
}
.ksmicon_facebook:before {
  content: "\e900";
}
.ksmicon_burger:before {
  content: "\e901";
}
.ksmicon_mail:before {
  content: "\e902";
}
.ksmicon_arrow_left:before {
  content: "\e903";
}
.ksmicon_arrow_down:before {
  content: "\e911";
}
.ksmicon_arrow_right:before {
  content: "\e904";
}
.ksmicon_search:before {
  content: "\e905";
}
.ksmicon_step_1:before {
  content: "\e906";
}
.ksmicon_step_2:before {
  content: "\e907";
}
.ksmicon_step_3:before {
  content: "\e908";
}
.ksmicon_play:before {
  content: "\e909";
}
.ksmicon_linkedin:before {
  content: "\e90f";
}
.ksmicon_instagram:before {
  content: "\e90b";
}
.ksmicon_xing:before {
  content: "\e90c";
}
.ksmicon_whatsapp:before {
  content: "\e90d";
}
