:root {
	--color-background: white;
}

/*
	All the base stuff
*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

body {
	margin: 0 auto;
	padding: 2rem 2rem 6rem;
	line-height: 1.6;
	max-width: 1200px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: var(--color-background);
}
