.text-lighter {
  color: $textcolor-light;
}

.text-coloured {
  color: $textcolor-coloured;
}

.has-text-highlight {
  background: $yellowhighlight;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
