:root {
	--color-bg-1: rgb(12, 12, 12);
	--color-bg-1-translucent: rgba(12, 12, 12, 0.8);
	--color-bg-2: rgb(24, 24, 24);
	--color-bg-3: rgb(36, 36, 36);
	--color-accent-1: rgb(0, 166, 255);
	--color-text-1: #fff;
	--color-text-2: #808080;
	--color-text-3: #505050;
	--color-navbar-text-1: var(--color-text-1);
	--color-footer-text-1: var(--color-text-3);
	--color-border-1: rgb(255, 255, 255, 0.25);
}
