*, *::after, *::before { 
	box-sizing: border-box;
}

html, body, ul, ol, menu, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}

button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font: inherit;
}

ul, ol, summary {
	list-style: none;
}

button,
input[type=radio],
input[type=checkbox],
label,
select,
summary {
	cursor: pointer;
}

body {
	scroll-behavior: smooth;
}