@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Ageo (fonte da marca Bello) */
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-ExtraBold.otf') format('opentype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ageo'; src: url('../fonts/ageo/Ageo-Heavy.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }

:root { 
	/* cores */
    --primary: #1253D1;
    --primary-hover: #0F47B2;
    --primary-active: #0D3C97;
    --secondary:  #C73433;
    --secondary-hover: #A92C2B;
    --secondary-active: #8F2525;
    --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: var(--primary);
	--header-topbar-text-color: #fff;
	--header-topbar-icon-color: #fff;
	--header-background-color: var(--primary);
	--header-border-color: #eee;
	--header-color-text: var(--text);
	--header-svg-color: var(--primary);
	--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: 16px;
	--header-menu-text-height: 74px;
	/* 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: 'Ageo', 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: 100px;
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--product-thumb-spacing: 4px;
	--spacing-sections-home: 40px;
    --text: #282828;
	--background: #fff;
    --container-xxl: 1200px;
    --logo-max-height: 54px;
	@media (max-width: 991px) {
		--logo-max-height: 38px;
	}
	/* geral */
}