@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');

:root { 
	/* cores */
    --primary: #1B7F79;
    --primary-hover: #33cbc0;
    --primary-active: #00a99d;
    --secondary: #013A63;
    --secondary-hover: #03538b;
    --secondary-active: #03538b;
    --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-height: 38px;
	--header-topbar-background-color: #f8f8f8;
	--header-topbar-text-color: #282828;
	--header-topbar-icon-color: #282828;
	--header-background-color: #fff;
	--header-border-color: #282828;
	--header-color-text: #282828;
	--header-svg-color: #282828;
	--header-menu-color-text: #282828;
	--header-menu-mobile-color-text: #282828;
	--header-menu-icon-color: #282828;
	--header-menu-mobile-icon-color: #282828;
	--header-menu-font-size: 13px;
	--header-menu-text-height: 70px;
	/* header */

	/* footer */
	--footer-background-color: #00040e;
	--footer-border-color: #eee;
	--footer-color-text: #fff;
	--footer-dark-background-color: #181515;
	--footer-dark-border-color: #292929;
	--footer-dark-color-text: #fff;
	--footer-dark: 0;
	/* footer */

	/* fontes */
    /* --font-primary: 'Montserrat', sans-serif; */
	--font-primary: 'Sen', sans-serif;
	/* fontes */
   
	/* botões */
    --btn-primary:#2a4093;
    --btn-primary-hover: var(--primary);
    --btn-primary-active: var(--primary);
    --btn-secondary: var(--secondary);
    --btn-secondary-hover: var(--secondary-hover);
    --btn-secondary-active: var(--secondary-active);
	/* botões */
	
	/* radius */
	--border-radius-default: 8px;
	--btn-border-radius: var(--border-radius-default);
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--product-thumb-spacing: 4px;
	--spacing-sections-home: 70px;
    --text: #282828;
	--background: #fff;
    --container-xxl: 1420px;
    --logo-max-height: 48px;
	@media (max-width: 991px) {
		--logo-max-height: 40px;
		--spacing-sections-home: 40px;
	}
	/* geral */
}