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

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

.icon-icon_x:before {
  content: "\e908";
}
.icon-cursor_left:before {
  content: "\e906";
  color: #fff;
}
.icon-cursor_right:before {
  content: "\e907";
  color: #fff;
}
.icon-icon_instagram:before {
  content: "\e902";
}
.icon-icon_twitter:before {
  content: "\e903";
}
.icon-arrow_left_sm:before {
  content: "\e904";
}
.icon-arrow_right_sm:before {
  content: "\e905";
}
.icon-arrow_left:before {
  content: "\e900";
}
.icon-arrow_right:before {
  content: "\e901";
}
