@charset "utf-8";

/* CSS Document */

:root {
	
	/* #2C4997 in decimal RGB */
    --main-color: #2C4997;
	--main-color-rgb:255,101,12;
	
}