*,
::before,
::after
{
	/* appearance: none; */

	padding: 0;
	margin: 0;

	background: none;

	box-sizing: border-box;
	border: none;
	border-radius: 0;

	color: inherit;
  font-size: inherit;
  font-weight: inherit;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	word-break: break-all;
	white-space: normal;
}

span{	font-weight: inherit;	}
picture, img{	font-size: 0;	}

ul{	list-style: none;	}
ol{	padding-inline-start: 1em;	}

hr
{
	display: block;
	height: 1px;
	background: black;
}

sub,
sup
{
	position: relative;
	font-size: 0.5em;
	vertical-align: baseline;
}
sub{	bottom: -0.15em;	}
sup{	top: -0.45em;	}