:root{
	--primary-color-light: #f7cf7a;
	--primary-color: #FEBA01;
	--primary-color-dark: #dd9c11;
	--accent-color-light: #f5f5f5;
	--accent-color: #D1D1D1;
	--accent-color-dark: #1C1B20;
	--warn-lighter: #ff7f75;
	--warn: #FF4949;
  	--warn-darker: #c50021;
    	--background-lighter: #f5f5f5;
    	--background: #ffffff;
    	--background-darker: #ffffff;
    	--text-color: #000000;
    	--text-with-primary-background: #ffffff;
    	--text-with-accent-background: #ffffff;
    	--text-with-warn-background: #ffffff;
    	--font-family: "Poppins", sans-serif;
    	--bs-primary: #FEBA01;
}