@charset "utf-8";

/* CSS Document */

:root {
	/* #df0303 in decimal RGB x
	--main-color: rgb(234,27,41);
	--main-color-rgb: 234,27,41;*/
	/* #14c599 in decimal RGB */
	--main-color: rgb(1,143,85);
	--main-color-rgb: 1,143,85;
}