@charset "utf-8";

/* CSS Document */

:root {

	/* #f2be00 in decimal RGB */
	--main-color: rgb(0, 159, 210);
	--main-color-two: rgb(69, 69, 69);
    --main-color-three: rgb(201, 201, 201);
    --main-color-four: rgb(64, 94, 198);
}
