.Headline {
  margin: 0;
  font-family: var(--font-secondary);
  line-height: normal;
  word-break: break-word;
  color: currentColor;
  color: var(--headline-color, currentColor);
}

@media screen and (min-width: 768px) {

.Headline {
    word-break: inherit;
}
  }

h1,
.h1 {
  font-size: 2.625rem;
  font-weight: 800;
}

h2,
.h2 {
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 2.5rem;
}

h3,
.h3 {
  font-size: 1.75rem;
  font-weight: 800;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
}

.Text :where(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    padding: 0;
    font-family: var(--font-secondary);
    line-height: 110%;
  }

.Headline--center {
  text-align: center;
}

.Headline--left {
  text-align: left;
}

.Headline--right {
  text-align: right;
}
