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

* {
	margin: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: clip;
}

body {
	min-height: 100vh;
	line-height: var(--leading-normal);
	overflow-x: clip;
}

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

img {
	height: auto;
}

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

button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
