@charset "utf-8";

/* CSS Document */

:root {
	
	/* #df0303 in decimal RGB */
    --main-color: #9C7F1C;
    --main-color-rgb: 156,127,28;
	
}