@charset "utf-8";

/* CSS Document */

:root {
	
	/* #f7a73e in decimal RGB */
  --main-color: rgb(255,106,31);
  --main-color-rgb: 255,106,31;
	
}