@layer utility {
  .ds-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .ds-dark-background {
    color: white;
    text-shadow: 0 0 2px var(--ds-black);
  }
  .ds-light-background {
    color: var(--ds-color);
    text-shadow: 0 0 3px white;
  }
}