.filing-step,
.journey-step,
.warning-step,
.relationship-step,
.family-step,
.email-step,
.paywall-step {
  position: absolute;
  inset: 0;
  background: var(--color-bg-muted);
  font-family: var(--font-family-base);
}

.filing-copy,
.journey-copy,
.relationship-copy,
.family-copy,
.email-copy,
.paywall-head {
  position: absolute;
  top: 122px;
  left: var(--padding);
  right: var(--padding);
  width: auto;
}

.filing-title,
.journey-title,
.warning-title,
.relationship-title,
.email-title,
.paywall-title {
  margin: 0;
  color: var(--color-text);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.filing-text,
.journey-text,
.warning-text,
.relationship-text,
.family-text,
.email-text,
.paywall-subtitle {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
