@font-face {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://staging.tomrose.com/wp-content/uploads/font-hero/google-fonts/baskervville/baskervville-regular-normal-latin.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://staging.tomrose.com/wp-content/uploads/font-hero/google-fonts/baskervville/baskervville-regular-normal-latin-ext.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://staging.tomrose.com/wp-content/uploads/font-hero/google-fonts/baskervville/baskervville-regular-italic-latin.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://staging.tomrose.com/wp-content/uploads/font-hero/google-fonts/baskervville/baskervville-regular-italic-latin-ext.woff2) format('woff2');
	font-display: auto;
}

:root {
	--fh-times-new-roman: 'Times New Roman';
}
.has-times-new-roman-font-family{ 
	font-family: var(--fh-times-new-roman);
}

