
:root {
	--bg-main-light: #f2f2f2; /*Body bg*/
    --bg-main-dark: #576573; /*Menu category bg*/
	--bg-main-hover: #c8be8a; /*Menu hover*/
	--bg-main: #e6e2d5; /* Header, menu, footer bg*/ 
	--bg-code-section: #fbfbfb; /* bg code section*/ 
	--bg-theme-navbar: #f8f9fa; /* theme navbar bg*/ 
	--bg-box-content: #f8f9fa; /* Content box bg */
	--bg-accordion-button: #ffffff; /* menu accordion */
	
    --text-color: #333333; /*Default text color*/
	--text-h1-color: #333333;/*H1 text color*/
	--text-hx-color: #333333; /*Hx text color*/
    --button-bg: #3498db;
    --button-text: white;
}




