body {
	background: #1b1c20;
	color: #E4E5EB;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 17px;
}
a:hover {
	text-decoration: none !important;
}
.docs-article {
	color: #E4E5EB;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Mono', monospace;
	color: #9FA9B3;
	font-weight: 600;
}	
.docs-article .section-heading {
	font-size: 1.875rem;
	margin-bottom: 1rem;
	color: #9FA9B3;
}
.docs-article h5, .docs-article h4 {
	font-size: 1.3rem;
	color: #7A7D9C;
}
.header {
	background: #26272D;
	box-shadow: none;
}