@font-face {
	font-family: 'work sans';
	font-weight: 400;
	font-style: normal;
	src: 			url(https://lanterna.ubuntu-dev.com/wp-content/uploads/font-hero/custom/work-sans/WorkSans-VariableFont_wght.ttf) format('truetype');
}

@font-face {
	font-family: 'alice';
	font-weight: 500;
	font-style: normal;
	src: 			url(https://lanterna.ubuntu-dev.com/wp-content/uploads/font-hero/custom/alice/Alice-Regular.ttf) format('truetype');
}

:root {
	--fh-work-sans: 'work sans';
	--fh-alice: 'alice';
}
.has-work-sans-font-family{ 
	font-family: var(--fh-work-sans);
}

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

