:root {
	--font-sans: "Noto Sans", Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--font-sans);
}
