/******************************************************************************************************************************/
/******************************************************************************************************************************/

:root {
    /******************************************************/
    --lines-color: #fff09b;
	--3DText-color-face: #fff09b;
	--3DText-color-side-1: #feb27d;
	--3DText-color-side-2: #b27079;
	--3DText-color-side-3: #4b2f4f;

	--3DText-dark-edge-color: rgba(black, 0.5);
	--3DText-light-edge-color: rgba(var(--lines-color), 0.9);
    /******************************************************/

	--BG-color-gradient-1: var(--3DText-color-face);
	--BG-color-gradient-2: var(--3DText-color-side-1);
	--BG-color-gradient-3: var(--3DText-color-side-2);
	--BG-color-gradient-4: var(--3DText-color-side-3);
    /******************************************************/
    --my-loader-offset:187;
    --my-loader-duration:1.4s;
    
    /******************************************************/
    --callToAction-bg-1:    var(--3DText-color-face);
    --callToAction-color-1: var(--3DText-color-side-3);
    
    --callToAction-bg-2:    var(--3DText-color-side-1); 
    --callToAction-color-2: white;
    
    --callToAction-bg-3:    var(--3DText-color-side-2); 
    --callToAction-color-3: white;
    
    --callToAction-bg-4:    var(--3DText-color-side-3); 
    --callToAction-color-4: var(--3DText-color-side-3);
    /******************************************************/
    --body-text-color: #FFFFFF;
    
    /******************************************************/
}
/******************************************************************************************************************************/
/******************************************************************************************************************************/