body {
	--theme-color-primary: #181818;
	--theme-color-secondary: #121212;
	--theme-color-tertiary: #1d1d1d;
	--theme-color-accent: #394263;

	--theme-color-page-bg: #0c0c0c;
	--theme-color-page-text: hsla(0,0%,100%,.8);
	--theme-color-page-shadow:rgba(0,0,0,0);

	--theme-color-section-background: #161616;
	--theme-color-group-background: #1d1d1d;

	--theme-color-sidenav-category: #696969;
	--theme-color-sidenav-item: hsla(0,0%,100%,.8);
	--theme-color-sidenav-hover: rgba(255, 255, 255, 0.1);

	--theme-color-content-bg: #1d1d1d;
	--theme-color-content-shadow: #00000000;
	--theme-color-content-border: #00000000;
	--theme-color-content-text: hsla(0,0%,100%,.8);
	--theme-color-content-text-secondary: rgb(120, 120, 120);
	--theme-color-content-hover-bg: #282828;
	
	--theme-color-loading: gray;

	--theme-button-font-weight: bold;

	--theme-checkbox-border-width: 1px;
	--theme-checkbox-hover-background: rgba(255, 255, 255, 0.2);
}
