/* My GtS Profile CSS, last update for v0.9.0 */

:root {
	--gray1: #291933; /* mid */
	--gray2: #e31c66; /* pink for profile field separator */
	--gray4: #22152a; /* dark */
	--gray5: #2f1b3d; /* light */
	--orange2: #e31c66; /* pink for profile borders */
	--blue1: #8be9fd; /* link color */
	--blue2: #cc96e8; /* button color */
	--white1: #fff; /* main text */
	--white2: #d2d4e3; /* toot info text */
	/* Swap these */
	--toot-focus-info-bg: var(--gray5);
	--toot-focus-bg: var(--gray4);
	--orange1: var(--orange2); /* scroll bar */
	--gray3: var(--gray4); /* scroll bar background */
}