@charset "utf-8";

/* CSS Document */

:root {
	
	/* #0091f7 in decimal RGB */
	--main-color: rgb(0,209,199);
	--main-color-rgb: 0,209,199;
	
}