:root {
	--header-color: %headerBgColor%;
    --rgba-header-color: %headerBgRgbColor%;
    --header-font-color: %headerFontColor%;
    
    --footer-color: %footerBgColor%;
    --footer-font-color: %footerFontColor%;
    
    --banner-caption-color: %bannerCaptionColor%;
    
    --body-text-color: %bodyTextColor%;
    --main-bg-color: %mainBgColor%;
    
    --button-color: %buttonBgColor%;
    --button-text-color: %buttonTextColor%;
    
    --gray-text: %grayTextColor%;

}
body{
    background-color: var(--main-bg-color);
}
html, body, p{
    color: var(--body-text-color);
}
