.artwork-peto {
  font-family: "AU Peto";
  position: relative;
  user-select: none;

  &__foreground {
    position: relative;
    z-index: $z-index-just-above-static;

    & svg {
      fill: color("theme");
      font-size: 100px;
    }
  }

  &__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    & svg {
      fill: color("theme-secondary");
      font-size: 100px;
    }
  }
}
