@charset "utf-8";

/* CSS Document */

:root {

	/* #ff9500 in decimal RGB */
	/* --main-color: rgb(255,149,0);
	--main-color-rgb:255,149,0; */
	--main-color: rgb(199, 39, 41);
	--main-color-rgb: 199, 39, 41;

}