:root {
	/*--info: #0c36f1 #2095ea;
	--primary: #2095ea;*/
/*	--info: #fd6802;*/
	--info: #fcbf02;
	--primary: #fd6808;
	--orange: #fd6808;
	--yellow: #fcbf89;
	--base: 15px;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}