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

[class^="custom-icon"], [class*="custom-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicon' !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-square:before {
  content: "\e900";
}
.icon-tick:before {
  content: "\e902";
}
