html {
	color: rgb(42, 47, 69);
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

:root {
	--scalar-font: "Open Sans", sans-serif;
}

/* I don't like the built in highlight.js colors... */
.language-bash .hljs-string {
	color: darkorange !important;
}

.language-bash .hljs-variable {
	color: firebrick !important;
}

.language-bash .hljs-built_in {
	color: cadetblue !important;
}