@font-face {
	font-family: 'Rotis Sans - Text';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://ninanina.devwebsite.web.za/wp-content/uploads/2024/08/RotisSansSerifStd-Light.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Rotis Sans - Text';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://ninanina.devwebsite.web.za/wp-content/uploads/2024/08/RotisSansSerifStd.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Rotis Sans - Text';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://ninanina.devwebsite.web.za/wp-content/uploads/2024/08/RotisSansSerifStd-ExtraBold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Feeling Passionate - Headings';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://ninanina.devwebsite.web.za/wp-content/uploads/2024/08/Feeling-Passionate.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-rotis-sans---text: 'Rotis Sans - Text';
	--fh-feeling-passionate---headings: 'Feeling Passionate - Headings';
}
.has-rotis-sans---text-font-family{ 
	font-family: var(--fh-rotis-sans---text);
}

.has-feeling-passionate---headings-font-family{ 
	font-family: var(--fh-feeling-passionate---headings);
}

