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

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

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

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
}

button,
input,
textarea,
select {
	background: none;
	border: none;
	color: inherit;
	appearance: none;
}

button {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

table {
	border-collapse: collapse;
}
