:root {
	--font-sans:
		"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
		"Noto Sans", "Liberation Sans", sans-serif;
}

html,
body {
	font-family: var(--font-sans);
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

pre,
code,
kbd,
samp {
	font-family:
		ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
}
