.theme-light {
	--accent-h: 34;
	--accent-s: 75%;
	--accent-l: 60%;
	--link-external-color: hsl(201, 41%, 41%);
	--link-unresolved-color: #2d2d2d;
	--bold-modifier: 144;
	--italic-color: #000000;
	--embed-border-start: false;
	--text-highlight-bg: #64a27e;
	--background-primary: hsl(0, 0%, 93%);
	--background-primary-alt: hsl(48, 7%, 71%);
	--graph-line: #c0a54d;
	--background-modifier-border: #22221d;
}
.theme-dark {
	--accent-h: 36;
	--accent-s: 61%;
	--accent-l: 67%;
	--link-external-color: hsl(201, 41%, 41%);
	--link-unresolved-color: x#d6d6d6;
	--bold-modifier: 340;
	--italic-color: #ffffff;
	--embed-border-start: false;
	--text-highlight-bg: #3c694e;
	--background-primary: #1f1f1c;
	--background-primary-alt: #4d4a45;
}