@charset "UTF-8";

@font-face {
  font-family: "custom-icons";
  src:url("../fonts/custom-icons.eot");
  src:url("../fonts/custom-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/custom-icons.woff") format("woff"),
    url("../fonts/custom-icons.ttf") format("truetype"),
    url("../fonts/custom-icons.svg#custom-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "custom-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="custom-icon-"]:before,
[class*=" custom-icon-"]:before {
  font-family: "custom-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-calendar:before {
  content: "\61";
}
.custom-icon-clients:before {
  content: "\62";
}
.custom-icon-dashboard:before {
  content: "\63";
}
.custom-icon-marketing:before {
  content: "\64";
}
.custom-icon-reports:before {
  content: "\65";
}
.custom-icon-sales:before {
  content: "\66";
}
.custom-icon-settings:before {
  content: "\67";
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?weieoi');
  src:  url('../fonts/icomoon.eot?weieoi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?weieoi') format('truetype'),
    url('../fonts/icomoon.woff?weieoi') format('woff'),
    url('../fonts/icomoon.svg?weieoi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e900";
}
.icon-dollar:before {
  content: "\e901";
}
