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

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

.checklist-check_list:before {
  content: "\e900";
}
