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

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

.cmsms-demo-icon-calendar:before {
  content: "\e900";
}
.cmsms-demo-icon-check:before {
  content: "\e901";
}
.cmsms-demo-icon-clock:before {
  content: "\e902";
}
.cmsms-demo-icon-loupe:before {
  content: "\e903";
}
.cmsms-demo-icon-message:before {
  content: "\e904";
}
.cmsms-demo-icon-placeholder:before {
  content: "\e905";
}
.cmsms-demo-icon-star:before {
  content: "\e907";
}
.cmsms-demo-icon-telephone:before {
  content: "\e908";
}
