/*
 Theme Name:   wpTechStudio
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
		
		/* 	Content Width  */
	
		--container : 1280px;	
	
	
		/* 	Body Background Color	 */
	
		--body : #ffffff;
	
	
		/* Colors */
	
		--primary-color :  #D0FF71;
		--secondary-color : #FFFFFF33;
		--tertiary-color : #545454;
		--base-color : #212121;
		--grey-color : #1A1B1E;
		--snow-color : #f8f8f8;
		--white-color : #FFFFFF;
		--text-heading-dark : #0E0F11;
		--text-heading-light : #f8f8f8;
	
	
		/*  Fluid Typography */
		
		--heading-h1 : clamp(5rem, 0.096rem + 8.675vw, 8rem);
		--heading-h2 : clamp(4.8rem, 3.933rem + 1.928vw, 6rem);
		--heading-h3 : clamp(3rem, 2.024rem + 2.169vw, 4.8rem);
		--heading-h4 : clamp(2.6rem, 2.275rem + 0.723vw, 3.2rem);
		--heading-h5 : clamp(2rem, 1.783rem + 0.482vw, 2.4rem);
		--heading-h6 : 1.8rem;
	    --text-m : 1.8rem;
		--text-base : 1.6rem;
        --text-s : 1.4rem;
        --text-xs : 1.2rem;

	
		/* 	Fluid Section Padding  */
		
		--section-pad-y : clamp(6rem, 3.434rem + 9.036vw, 15rem);
		--section-pad-x : 2rem;
		
	
		/* 	Spacing	 */
	
		--space-xs : 1rem;
	    --space-r : 1.5rem;
		--space-s : 2rem;
		--space-m : 3rem;
		--space-l : 4rem;
		--space-xl : 5rem;
	    
	
	    /*  Extra Variables    */
	    
        --scale : clamp(0.5rem, -1.222rem + 1.736vw, 1rem);

	
	    /* 	Responsive Mobile Image (after 992px) */
	    --m-img-height: clamp(30rem, 13.7349rem + 36.1446vw, 60rem);
	
	
	    /*   Button Spacing   */
	    --btn-pad-x : 3rem;
	    --btn-pad-y : 1.8rem;
	    --btn-text : clamp(1.4rem, 1.292rem + 0.241vw, 1.8rem);
	    --btn-radius : 99rem;
	    --btn-border: 0.1rem;
}