@font-face {
	font-family: 'Minion Pro';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://simonandmary.co.za/wp-content/uploads/2023/03/MinionPro-It.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-Light.woff2) format('woff2'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-Light.woff) format('woff'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-Light.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-SemiBold.woff2) format('woff2'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-SemiBold.woff) format('woff'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/Montserrat-SemiBold.ttf) format('truetype');
	font-display: auto;
}

@font-face {
	font-family: 'franklingothic';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://simonandmary.co.za/wp-content/uploads/2023/03/FranklinGothic-DemiCond.woff2) format('woff2'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/FranklinGothic-DemiCond.woff) format('woff'),
			url(https://simonandmary.co.za/wp-content/uploads/2023/03/FranklinGothic-DemiCond.ttf) format('truetype');
	font-display: auto;
}

.has-minion-pro-font-family{ 
	font-family: 'Minion Pro'; 
}

.has-montserrat-font-family{ 
	font-family: 'Montserrat'; 
}

.has-franklingothic-font-family{ 
	font-family: 'franklingothic'; 
}

