html,
body {
	scroll-behavior: smooth;

	@media ( prefers-reduced-motion: reduce ) {
		scroll-behavior: auto;
	}
}
