:root{
	--main-container: 1400px;
}

html, body{
	scroll-behavior: smooth;
}

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