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

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	font-family: var(--font-family);
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}

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

picture {
	display: contents;
}

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

ul,
ol {
	list-style: none;
}

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

button {
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
}

textarea {
	resize: none;
}

fieldset {
	border: none;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: inherit;
	font-size: inherit;
	overflow-wrap: break-word;
}

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

svg {
	flex-shrink: 0;
}
