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

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

.vamtam-theme-knife-two:before {
  content: "\e906";
}
.vamtam-theme-knife-2:before {
  content: "\e907";
}
.vamtam-theme-knife-1:before {
  content: "\e908";
}
.vamtam-theme-close:before {
  content: "\e903";
}
.vamtam-theme-menu:before {
  content: "\e928";
}
.vamtam-theme-arrow-left:before {
  content: "\e904";
}
.vamtam-theme-arrow-right:before {
  content: "\e905";
}
.vamtam-theme-arrow-cta:before {
  content: "\e900";
}
.vamtam-theme-check-box:before {
  content: "\e901";
}
.vamtam-theme-star:before {
  content: "\e926";
}
