@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	/* --main-color: rgb(255,149,0); */
	/* --main-color-rgb:255,149,0; */
	
}
:root {
    --main-color: #0301fb;
    --main-color-rgb: 0, 1, 254;
}