@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');
 
:root {
	--theme-hue: 240;
	--theme-color-primary: #414a7d;
	--theme-color-link: #1c1c63;
	--theme-color-hover: #2e2e2e;
	--template-text-dark: black;
	--template-text-light: #000099;
	--template-bg-dark: #432683;
	--template-bg-light: #e1e1ee;
	--template-link-color: #2a69b8;
	--template-special-color: #001B4C;
	--template-font-family-body: 'Work Sans', sans-serif;
	--template-font-family-headings: 'Work Sans', sans-serif;
	--template-font-weight-normal: 400;
	--template-font-weight-headings: 700;
}