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

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

.d33-lock:before {
  content: "\e904";
}
.d33-check:before {
  content: "\e900";
}
.d33-filters:before {
  content: "\e901";
}
.d33-arrow:before {
  content: "\e902";
}
.d33-close:before {
  content: "\e903";
}
