@font-face {
	font-family: 'SF Pro';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://cry.brandwork.dev/wp-content/uploads/2025/07/sf-pro-display-regular.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'SF Pro';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://cry.brandwork.dev/wp-content/uploads/2025/07/sf-pro-display-medium.woff2) format('woff2');
	font-display: auto;
}

:root {
	--fh-sf-pro: 'SF Pro';
}
.has-sf-pro-font-family{ 
	font-family: var(--fh-sf-pro);
}

