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

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

.checkmark-icon-check-icon:before {
  content: "\e900";
}
