._color-grey {
  color: $color-main-grey-text !important;
}

._color-blue {
  color: $color-main-blue !important;
}

._color-light-blue {
  color: $color-main-light-blue !important;
}

._color-additional-orange {
  color: $color-additional-orange !important;
}

._color-black {
  color: $color-main-black !important;
}

._color-red {
  color: $color-main-red !important;
}

._color-orange {
  color: $color-main-orange !important;
}

._color-green {
  color: $color-main-green-text !important;
}

._color-white {
  color: $color-main-white !important;
}

._color-transparent {
  color: transparent !important;
}
