*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: clip;
}

body {
	min-height: 100%;
	line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
}

a {
	color: inherit;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

table {
	border-collapse: collapse;
}

html.no-scroll,
body.no-scroll {
	overflow: hidden;
	overscroll-behavior: none;
}

body.no-scroll {
	padding-right: var(--scrollbar-compensation, 0px);
}
