@charset "utf-8";

/* CSS Document */

:root {
	
	/* #28ace2 in decimal RGB */
    --main-color: rgb(40,172,226);
	--main-color-rgb:40,172,226;
	
}