html {
	font-family: var(--font-family);
}

body {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	margin: 0;
}

a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

ul > li {
	list-style: none;
}

p {
	margin: 0;
}

button {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
button:disabled {
	cursor: default;
}

b {
	font-weight: normal;
}
