@font-face {
	font-family: 'Fjalla One';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://rebirthing.life/wp-content/uploads/font-hero/google-fonts/fjalla-one/fjalla-one-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://rebirthing.life/wp-content/uploads/font-hero/google-fonts/roboto/roboto-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://rebirthing.life/wp-content/uploads/font-hero/google-fonts/roboto/roboto-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-fjalla-one: 'Fjalla One';
	--fh-roboto: 'Roboto';
}
.has-fjalla-one-font-family{ 
	font-family: var(--fh-fjalla-one);
}

.has-roboto-font-family{ 
	font-family: var(--fh-roboto);
}

