@charset "utf-8";

/* CSS Document */

:root {
	
	/* #f2bd00 in decimal RGB */
    --main-color: #f2bd00;
	--main-color-rgb:255,101,12;
	
}