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

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

.ucrm-icon--ucrm:before {
  content: "\e944";
}
