/* used on all pages */
:root{

	--lbgc-yellow: #ecb500;
	--lbgc-blue: #0068c9;

	--main-bg: var(--lbgc-blue);
	--main-accent: var(--lbgc-yellow);
	--main-pop: var(--lbgc-yellow);
	--btn-on-main: white;

	--very-different: var(--mad-purps);
	--text-on-different: white;

	--v-diff-2: var(--green2);
	--text-on-vdiff: white;

	--faint-tint-on-bg: var(--black-05);
	--tint-on-bg: var(--black-20);

	--soft-warn: var(--kinda-red);

	--text-on-bg: white;
	--text-on-accent: black;
	--text-on-pop: black;
}
