@import url('/static/sourcesans.css');
body {
	background-color: white;
	color: black;
	font-family: 'Source Sans 3', sans-serif;
	line-height: 1.35;
	font-weight: 400;
	}
@supports (font-variation-settings: normal) {
	body {
		font-family: 'Source Sans 3 VF', sans-serif;
	}
}
