@font-face {
  font-family: 'Local-Icons';
  src:  url('fonts/Local-Icons.eot?4cbmmg');
  src:  url('fonts/Local-Icons.eot?4cbmmg#iefix') format('embedded-opentype'),
    url('fonts/Local-Icons.ttf?4cbmmg') format('truetype'),
    url('fonts/Local-Icons.woff?4cbmmg') format('woff'),
    url('fonts/Local-Icons.svg?4cbmmg#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-cancel:before {
  content: "\e900";
}
.cmsms-demo-icon-menu:before {
  content: "\e901";
}
.cmsms-demo-icon-plus:before {
  content: "\e902";
}
.cmsms-demo-icon-minus:before {
  content: "\e903";
}
.cmsms-demo-icon-arrow-diagonal-down:before {
  content: "\e904";
}
.cmsms-demo-icon-arrow-left:before {
  content: "\e905";
}
.cmsms-demo-icon-arrow-up:before {
  content: "\e906";
}
.cmsms-demo-icon-arrow-down:before {
  content: "\e907";
}
.cmsms-demo-icon-arrow-right:before {
  content: "\e908";
}
.cmsms-demo-icon-arrow-diagonal-up:before {
  content: "\e909";
}
