/*
 * Verbindliche semantische SND-Inline-Stile des Agency OS.
 * Diese Datei wird von allen Landingpage-Vorlagen geladen, damit neue und
 * duplizierte Seiten dieselbe CI ohne frei eingegebene Farben erben.
 */
.snd-ci-metallic {
  display: inline;
  margin-inline: -.04em -.1em;
  padding: .08em .1em .07em .04em;
  color: #a42436;
  background: linear-gradient(201deg, #ba2f43 12%, #bd2e42 37%, #fb7286 52%, #c53a4e 73%, #ba2f43);
  background-clip: text;
  box-decoration-break: clone;
  font-family: var(--snd-font-display, var(--font-display, "Cormorant Garamond SND", Georgia, serif));
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.025em;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
}

.snd-ci-label {
  color: #a42436;
  font-family: var(--snd-font-label, var(--font-label, "Courier Prime", "Courier New", monospace));
  font-size: .78em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.snd-ci-strong {
  color: #272525;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}
