:root{
	--site-width: 120rem;
}

html, body{
	scroll-behavior: smooth;
	overflow-x: hidden;
}

/* give scroll anchors some breathing room when scrolled to */
*[id]:target{
  scroll-margin-top: 3rem;
}