:root { 
	/* cores */
    --primary: #000000;
    --primaryHover: #242423;
    --primaryActive: #111111;
    --secondary: #111;
    --secondaryHover: #222;
    --secondaryActive: #282828;
    --green:#00b32d;
	--greenHover: #0b8b2b;
	--greenActive: #0a7023;
    --gray:#5e5e5e;
	--grayHover: #505050;
	--grayActive: #444444;
	/* cores */

	/* fontes */
    --font-primary: 'Inter', sans-serif;
	/* fontes */
   
	/* botões */
    --btnPrimary:var(--primary);
    --btnPrimaryHover: var(--primaryHover);
    --btnPrimaryActive: var(--primaryActive);
    --btnSecondary: var(--secondary);
    --btnSecondaryHover: var(--secondaryHover);
    --btnSecondaryActive: var(--secondaryActive);
	/* botões */

	/* radius */
	--borderRadiusDefault: 4px;
	--btnBorderRadius: var(--borderRadiusDefault);
	--inputBorderRadius: var(--borderRadiusDefault);
	/* radius */
	
	/* geral */
	--color-arrow: #fff;
    --text: #4d4d4d;
	--background: #fff;
    --containerXxl: 1520px;
    --logo-max-height: 102px;
	--spaceing-items-home: 70px;
	--product-spacing-sections: 24px;
	--product-spacing-column-right: 16px;
	@media (max-width: 991px) {
		--logo-max-height: 70px;
		--spaceing-items-home: 28px;
	}
	/* geral */
}