@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

:root { 
	/* cores */
    --primary: #000;
    --primary-hover: #1b1b1b;
    --primary-active: #120c70;
    --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-background-color: #fff;
	--header-border-color: #eee;
	--header-color-text: var(--text);
	--header-color-text-menu: var(--text);
	--header-color-text-menu-mobile: var(--text);
	--header-topbar-background-color: #ebc8b2;
	--header-topbar-text-color: #000;
	/* header */

	/* footer */
	--footer-background-color: #fff;
	--footer-border-color: #eee;
	--footer-color-text: var(--text);
	/* footer */

	/* fontes */
    --font-primary: 'Arial', 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 */
}