/*Reset*/
*:where(:not(iframe, canvas, img, svg, svg *, video, [contenteditable="true"]))
{
	all:unset;
	display:revert;
}
*,
*::before,
*::after
{
	box-sizing:border-box;
}
html, body
{
	min-height:100%;
}
img
{
	max-width:100%;
	height:auto !important;
}
table
{
	width:100%;
	border-collapse:collapse;
}
button,
a
{
	cursor:pointer;
}
:focus-visible
{
	outline:auto;
	outline-color:-webkit-focus-ring-color;
}
:visited
{
	color:unset;
}
[contenteditable="true"]:focus
{
	outline:none;
}