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

.qpp-dark-background {
  background-color: v.$blue-80;
  color: v.$white;
}
