/* 
	JS 13apr25 - the font library for the entire website.
	
	See /data/parts/google-fonts.htm that imports the actual fonts. 
*/

/* Define the font variables here */
:root {
	--fontHead: 'Lexend', sans-serif;
	--fontBody: 'Crimson Text', sans-serif;
}
