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

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

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

.qpp-u-fill--gray-02 {
  background-color: v.$gray-02 !important;
}

.qpp-u-fill--gray-04 {
  background-color: v.$gray-04 !important;
}

.qpp-u-fill--gray-10 {
  background-color: v.$gray-10 !important;
}

.qpp-u-fill--gray-20 {
  background-color: v.$gray-20 !important;
}

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

.qpp-u-fill--gray-70 {
  background-color: v.$gray-70 !important;
}

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

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

.qpp-u-fill--blue-05 {
  background-color: v.$blue-05 !important;
}

.qpp-u-fill--blue-10 {
  background-color: v.$blue-10 !important;
}

.qpp-u-fill--blue-30 {
  background-color: v.$blue-30 !important;
}

.qpp-u-fill--blue-40 {
  background-color: v.$blue-40 !important;
}

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

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

.qpp-u-fill--blue-80 {
  background-color: v.$blue-80 !important;
}

.qpp-u-fill--cyan-20 {
  background-color: v.$cyan-20 !important;
}

.qpp-u-fill--cyan-40 {
  background-color: v.$cyan-40 !important;
}

.qpp-u-fill--cyan-50 {
  background-color: v.$cyan-50 !important;
}

.qpp-u-fill--green-05 {
  background-color: v.$green-05 !important;
}

.qpp-u-fill--green-30 {
  background-color: v.$green-30 !important;
}

.qpp-u-fill--green-50 {
  background-color: v.$green-50 !important;
}

.qpp-u-fill--gold-05 {
  background-color: v.$gold-05 !important;
}

.qpp-u-fill--gold-20 {
  background-color: v.$gold-20 !important;
}

.qpp-u-fill--gold-40 {
  background-color: v.$gold-40 !important;
}

.qpp-u-fill--red-10 {
  background-color: v.$red-10 !important;
}

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

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

.qpp-u-fill--cost-green {
  background-color: v.$cost-green !important;
}

.qpp-u-fill--ia-gold {
  background-color: v.$ia-gold !important;
}

.qpp-u-fill--pi-magenta {
  background-color: v.$pi-magenta !important;
}

.qpp-u-fill--quality-blue {
  background-color: v.$quality-blue !important;
}
