html {
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-tap-highlight-color: rgba($color-black, 0);
}

body {
	font-family: $font-sans-serif;
	font-size: $font-size-base;
	line-height: $line-height-base;
	color: $color-black;
	min-width: 20rem;
	margin: 0;
	background-color: $color-white;
}

[id] {
	scroll-margin-top: 2ex;
}
