*,
::after,
::before {
	box-sizing: border-box;
}
* {
	margin: 0;
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
canvas,
img,
picture,
video {
	display: block;
	max-width: 100%;
}
button,
input,
select,
textarea {
	font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word;
}
#__next,
#root {
	isolation: isolate;
}
