@charset "utf-8";

/* CSS Document */

:root {
	
	/* #df0303 in decimal RGB */
    --main-color: #ff5d1e;
    --main-color-rgb:223,3,3;
	
}