html {
	scroll-behavior: smooth;
}

.button {
	padding-top: 12px;
}

.button.skip-link {
	line-height: 1;
	position: absolute;
	top: 2rem;
	left: -15rem;
	&:focus {
		left: 1rem;
		z-index: 9999;
	}
}
