/**
 * Text component style.
 */
.c-text {
  font-size: var(--text-base);
  line-height: 1.6;
}
.c-text h1,
.c-text h2,
.c-text h3,
.c-text h4,
.c-text h5,
.c-text h6,
.c-text ul li::marker {
  color: var(--c-brand-secondary);
}
.c-text--restricted-width > * {
  max-width: 50ch;
}

.error404 .c-text {
  --max-width: var(--w-wide);
}
.error404 .c-text h1 {
  font-size: var(--text-5xl);
  line-height: 1.2;
}
.error404 .c-text h2 {
  color: #000;
  font-size: var(--text-2xl);
}