@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gabriela&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root { 
	/* cores */
    --primary: #222222;
    --primary-hover: #101010;
    --primary-active: #000000;
    --secondary: #24242b;
    --secondary-hover: #373737;
    --secondary-active: #1d1d1d;
    --green:#00b32d;
	--green-hover: #0b8b2b;
	--green-active: #0a7023;
    --gray:#e6e6e6;
	--gray-hover: #e1e1e1;
	--gray-active: #dadada;
    --gray-light:#f3f3f3;
	--gray-light-hover: #e8e8e8;
	--gray-light-active: #e2e2e2;
	/* cores */

	/* header */
	--header-topbar-background-color: #fff;
	--header-topbar-text-color: #000;
	--header-topbar-icon-color: #000;
	--header-background-color: var(--primary);
	--header-border-color: #404040;
	--header-color-text: #fff;
	--header-svg-color: #fff;
	--header-menu-color-text: #fff;
	--header-menu-mobile-color-text: var(--text);
	--header-menu-icon-color: var(--text);
	--header-menu-mobile-icon-color: var(--text);
	--header-menu-font-size: 13px;
	--header-menu-text-height: 45px;
	/* header */

	/* footer */
	--footer-background-color: #fff;
	--footer-border-color: #eee;
	--footer-color-text: var(--text);
	--footer-dark-background-color: #181515;
	--footer-dark-border-color: #292929;
	--footer-dark-color-text: #fff;
	--footer-dark: 0;
	/* footer */

	/* fontes */
    --font-primary: 'Rubik', sans-serif;
	/* fontes */
   
	/* botões */
    --btn-primary:var(--primary);
    --btn-primary-hover: var(--primary-hover);
    --btn-primary-active: var(--primary-active);
    --btn-secondary: var(--secondary);
    --btn-secondary-hover: var(--secondary-hover);
    --btn-secondary-active: var(--secondary-active);
	/* botões */
	
	/* radius */
	--border-radius-default: 4px;
	--btn-border-radius: var(--border-radius-default);
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--product-thumb-spacing: 4px;
	--spacing-sections-home: 40px;
    --text: #282828;
	--background: #fff;
    --container-xxl: 1420px;
    --logo-max-height: 56px;
	@media (max-width: 991px) {
		--logo-max-height: 40px;
	}
	/* geral */
}