@mixin vars {
	--components-comment-max-width: 66ch;
	--components-comment-text-font: var(--pr-t-font-body-M);
	--components-comment-margin: 0;
	--components-comment-content-margin: calc(1.5rem + var(--pr-t-spacings-100)); // 1.5rem for the width of the avatar and 0.5rem for the gap
	--components-comment-info-separator: '•';
	--components-comment-info-content-display: block;
	--components-comment-info-direction: row;
	--components-comment-align: start;
	--components-comment-border-radius: var(--pr-t-border-radius-small) var(--pr-t-border-radius-default) var(--pr-t-border-radius-default);

	// Deprecated
	--components-comment-text-fontSize: var(--pr-t-font-body-M-fontSize);
	--components-comment-text-lineHeight: var(--pr-t-font-body-M-lineHeight);
}
