@font-face {
	font-family: 'Inter';
	src: url(../fonts/Inter/Inter-VariableFont.ttf) format(truetype-variations);
	font-weight: 1 999;
}

* {
	font-family: 'Inter', sans-serif;
	transition: font-weight .45s ease-out;
}

.snap-x {
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.snap-start {
	scroll-snap-align: start;
}

summary {
	display: block;
	/* works in firefox */
	list-style: none;
	/* works in firefox */
}

/* didn't work in any browser */
summary::marker,
summary::-webkit-details-marker {
	display: none;
}

/* Solution for Chrome and Safari? */
