@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Nunito|Roboto);
/* =============================================================================
									master.less
==============================================================================*/
h1,
.abcMainTitle {
  font-family: "M PLUS Rounded 1c";
}
h2,
h3,
h4,
h5,
h6,
.abcTitle {
  font-family: "Nunito";
}
div,
p {
  font-family: "Roboto";
}
.abcMenu,
.abcFilter,
.abcCard,
.abcList {
  font-family: "Roboto";
}
.imVeryBad svg,
.imBad svg,
.imAverage svg,
.imGood svg,
.imVeryGood svg {
  fill: white;
  border-radius: 100%;
}
.imVeryBad svg {
  background: orangered;
}
.imBad svg {
  background: mediumpurple;
}
.imAverage svg {
  background: dodgerblue;
}
.imGood svg {
  background: lightseagreen;
}
.imVeryGood svg {
  background: limegreen;
}
