:root {
  --bs-article-header-subhead-color: var(--bs-th-red);
  --th-page-image-ratio-mobile: 16/9;
  --th-page-image-ratio-desktop: 16/9;
}

.article .subhead {
	color: var(--th-red, var(--bs-th-red));
}

.link-white .article .subhead {
	color: #ffffff;
}