@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root { 
	/* cores */
    --primary: #01549a;
    --primary-hover: #044984;
    --primary-active: #074070;
    --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: #16437C, #0E64D2;
	--header-topbar-text-color: #fff;
	--header-topbar-icon-color: #fff;
	/* header */

	/* footer */
	--footer-background-color: #fff;
	--footer-border-color: #eee;
	--footer-color-text: var(--text);
	/* footer */

	/* fontes */
    --font-primary: 'Instrument Sans', 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: 1360px;
    --logo-max-height: 44px;
	@media (max-width: 991px) {
		--logo-max-height: 30px;
	}
	/* geral */
}