@mixin vf-base-background {
  // stylelint-disable-next-line selector-max-type -- base styles can use type selectors
  body {
    background: $colors--theme--background-default;
    color: $colors--theme--text-default;
  }
}
