.wp-block-ollie-cfp-page-subtitle,
.page-subtitle {
	/* Spacing */
	margin-top: var(--wp--preset--spacing--small, 0.5rem);
	margin-bottom: var(--wp--preset--spacing--medium, 1rem);
	
	/* Typography */
	color: var(--wp--preset--color--contrast, inherit);
	font-size: var(--wp--preset--font-size--large, 1.5rem);
	font-weight: var(--wp--custom--fontWeight--regular, 400);
	line-height: var(--wp--custom--lineHeight--relaxed, 1.6);
	
	/* Optional: Add your custom styles below */
	/* Examples:
	font-style: italic;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	*/
}
