@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1ebch0');
  src:  url('../fonts/icomoon.eot?1ebch0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1ebch0') format('truetype'),
    url('../fonts/icomoon.woff?1ebch0') format('woff'),
    url('../fonts/icomoon.svg?1ebch0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


#toplevel_page_solutions .dashicons-before:before,
#toplevel_page_solution-dashboard .dashicons-before:before {
  font-family: 'icomoon' !important;
  content: "\e900";
  color: #5e889e;
  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;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.eot");
  src: url("../fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"),
          url("../fonts/Comfortaa-Regular.woff") format("woff"),
          url("../fonts/Comfortaa-Regular.ttf") format("truetype"),
          url("../fonts/Comfortaa-Regular.svg#Comfortaa-Regular") format("svg");
}
#app {
  font-family: 'Comfortaa';
}
.not-enough-data {
  background-image: url(../images/data.jpg);
}