/******************************************************************************************************************************/
/******************************************************************************************************************************/

:root {
    --body-text-color: white ;

    /**************************************************/	
    --lines-color: #00FF00;
	--3DText-color-face: #0F0;
	--3DText-color-side-1: #030;
	--3DText-color-side-2: #333;
	--3DText-color-side-3: #555;

	--3DText-dark-edge-color: rgba(black, 0.5);
	--3DText-light-edge-color: var(--lines-color);

    /**************************************************/
	--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: white;
    
    --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: white;
    /**************************************************/
}
/******************************************************************************************************************************/
/******************************************************************************************************************************/