:root {
	font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

	color-scheme: light;
	color: rgba(255, 255, 255, 0.87);

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;

	--dendrit-color-positive: #70ad47;
	--dendrit-color-maybe: #ed7d31;
	--dendrit-color-inactive: gray;
	--dendrit-color-font: white;

	--dendrit-color-scrollbar: darkgray;
	--dendrit-color-scrollbar-thumb: rgb(57, 57, 57);
	--dendrit-color-scrollbar-track: #9a9da0;
	--dendrit-action: #414148;

	--dendrit-color-button-fg-contrasted: #9a9da0;
}

