.alchemy-reset .alchemy-rte:not([data-font=solway]) p {
  font-family: "DM Sans", sans-serif !important;
}

.alchemy-reset .alchemy-rte h1,
.alchemy-reset .alchemy-rte h2,
.alchemy-reset .alchemy-rte h3,
.alchemy-reset .alchemy-rte h4,
.alchemy-reset .alchemy-rte h5 {
  font-family: Solway, sans-serif !important;
  letter-spacing: -.05ch !important;
}

@media screen and (min-width: 1600px) {
  [data-replo-part="slides"] {
    mask-image: linear-gradient(to right, transparent, black 80px calc(100% - 80px), transparent);
  }
}