@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	src: url(https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.woff2) format("woff2"),
	url(https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.woff) format("woff")
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	src: url(https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.woff2) format("woff2"),
	url(https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.woff) format("woff")
}

body, p, h1, h2, h3, h4, h5, h6, input, select, option, textarea, ::file-selector-button, button {
	font-family: Lato, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	/*font-size: 95%;*/
	color: var(--text);
}

