// stylelint-disable declaration-no-important
@use '../settings/variables' as v;

.qpp-u-color--white {
  color: v.$white !important;
}

.qpp-u-color--black {
  color: v.$black !important;
}

.qpp-u-color--gray-60 {
  color: v.$gray-60 !important;
}

.qpp-u-color--gray-80 {
  color: v.$gray-80 !important;
}

.qpp-u-color--gray-90 {
  color: v.$gray-90 !important;
}

.qpp-u-color--blue-60 {
  color: v.$blue-60 !important;
}

.qpp-u-color--blue-70 {
  color: v.$blue-70 !important;
}

.qpp-u-color--red-50 {
  color: v.$red-50 !important;
}

.qpp-u-color--red-60 {
  color: v.$red-60 !important;
}

// TODO: determine all colors that are intended to be used for text in design
