:root {
	--blue: rgb(11, 111, 250);
	--gold: rgb(255, 215, 0);
	--red: rgb(206, 48, 49);
	--blue-lp: rgb(32, 155, 252);

	--ff-sans: 'PT Sans', sans-serif;
	--ff-roboto: 'Roboto', sans-serif;

	--desktop-to: 1219px;
	--tablet-to: 1023px;
	--mobile-to: 767px;
	--ultrawidescreen-from: 1220px;
	--desktop-from: 1024px;
	--tablet-from: 768px;
	--mobile-from: 320px;
}
