@font-face {
  font-family: "icons";
  src: url('icons.eot?t=1765539037063'); /* IE9*/
  src: url('icons.eot?t=1765539037063#iefix') format('embedded-opentype') /* IE6-IE8 */,
  url('icons.woff2?t=1765539037063') format('woff2'),
  url('icons.woff?t=1765539037063') format('woff'),
  url('icons.ttf?t=1765539037063') format('truetype'),
  url('icons.svg?t=1765539037063') format('svg');
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;font-size: undefined;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-arrow::before { content: "\ea01"; }
.icon-calendar::before { content: "\ea02"; }
.icon-close::before { content: "\ea03"; }
.icon-dots::before { content: "\ea04"; }
.icon-filter::before { content: "\ea05"; }
.icon-notes::before { content: "\ea06"; }


