/* reset.css placeholder */

/* Use the more convenient box model everywhere */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

ul {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

/* remove default margin */
*:not(dialog) {
	margin: 0;
}
