/*
 * Release 4 moves form labels from the body font to the configured label font.
 * Earlier releases retain the previous family and letter spacing.
 */
legend,
label,
.field__label,
.toggle-input-group__label,
.toggle-input-option__label {
	font-family: var(--font-family-body);
	letter-spacing: 0;
}

/* Size-only rule upstream, so this never declared a family. */
.toggle-input-option {
	letter-spacing: 0;
}
