@use '@talend/design-tokens/lib/tokens' as tokens;

.error-state {
	font: tokens.$coral-paragraph-m;

	&__title {
		font: tokens.$coral-heading-m;
	}
}
