:root {
	--fba-delay: .5s;
	--fba-duration: 1s;
	--fba-duration-text: 1;
	--fba-primary: rgba(255, 208, 51, 1);
	--fba-secondary: rgba(140, 58, 255, 1);
	--fba-white: rgba(255, 255, 255, 1);
	--fba-black: rgba(12, 20, 39, 1);
	--fba-content: "Loading...";
	--fba-time: .7s;
	--fba-font-size: 5rem;
	--fba-bg: rgba(23, 33, 54, 1);
	--fba-color: rgba(255, 255, 255, 1);
}