@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@200;600;800');

body {
	font-family: 'Martian Mono', monospace;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: white;
	background-color: rgb(29, 29, 29);
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

small {
	font-size: 0.6rem;
}

a {
	color: rgb(203, 144, 255);
	text-decoration: none;
	/* font-weight: 600; */
}

a:hover {
	color: rgb(67, 255, 214);
	text-decoration: underline;
}

ul {
	font-size: 0.85rem;
	line-height: 1.9rem;
	list-style: none;
}

img.inverted {
	filter: invert(1);
}