@charset "utf-8";
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){
	all: unset;
	display: revert;
	line-height: 1em;
}
*,::after,::before{
	box-sizing: border-box;
}
a,button{
	cursor: revert;
}
menu,ol,ul{
	list-style: none;
}
table{
	border-collapse: collapse;
}
::placeholder{
	color: unset;
}