@font-face {
  font-family: 'checkmark';
  src:  url('fonts/checkmark.eot?1ng4jm');
  src:  url('fonts/checkmark.eot?1ng4jm#iefix') format('embedded-opentype'),
    url('fonts/checkmark.ttf?1ng4jm') format('truetype'),
    url('fonts/checkmark.woff?1ng4jm') format('woff'),
    url('fonts/checkmark.svg?1ng4jm#icomoon') 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: 'checkmark' !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-checkmark-bold-8px:before {
  content: "\e900";
  font-size: 8px;
}
.icon-checkmark-bold-16px:before {
  content: "\e901";
  font-size: 16px;
}
.icon-checkmark-bold-24px:before {
  content: "\e902";
  font-size: 24px;
}
.icon-checkmark-bold-32px:before {
  content: "\e903";
  font-size: 32px;
}
.icon-checkmark-mono-16px:before {
  content: "\e904";
  font-size: 16px;
}
.icon-checkmark-mono-24px:before {
  content: "\e905";
  font-size: 24px;
}
.icon-checkmark-mono-32px:before {
  content: "\e906";
  font-size: 32px;
}
