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

*
{
	margin: 0;
}

html
{
	scroll-behavior: smooth;
}

body
{
	min-height: 100%;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

address
{
	font-style: normal;
}

p,
h1,
h2,
h3,
h4
{
	overflow-wrap: break-word;
}

[hidden]
{
	display: none !important;
}
