.cbadge {
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Roboto;
  border: 1px solid;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1rem;
  letter-spacing: 0.04rem;
  padding: 0.2rem;
  text-transform: uppercase;
}
.cbadge--primary {
  background: #f7fafc;
  border: 1px solid #80ba60;
  color: #80ba60;
}
