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

ul[class], ol[class] {
	padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
	margin: 0;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class], ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img, picture {
	max-width: 100%;
	height: auto;
	display: block;
}

article > * + * {
	margin-top: 1em;
}

input, button, textarea, select {
	font: inherit;
}

* {
	scroll-behavior: auto !important;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
