@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
:root { 
	/* cores */
    --primary: #0536C7;
    --primary-hover: #120b77;
    --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;
	--white: #F4F4F6;
	--white-hover: #f1f1f1;
	--white-active: #eee;
	--white-light: #D6D7DC;
	/* cores */

	/* textos */
	--title-black: #1F2433;
	--title-white: #F3F4F6;
	--subtitle-black: #565E76;
	--subtitle-white: #C0C6D8;
	/* textos */

	/* tabs */
	--tab-white: #EFF1F5;
	--tab-white-dark: #D3D7E4;
	--tab-white-hover: #d5d9e3;
	--tab-white-dark-hover: #b5b5b5;
	/* tabs */

	/* cards */
	--card-background: #F9F9FB;
	/* cards */

	/* header */
	--header-height: 76px;
	/* header */

	/* fontes */
    --font-primary: 'Geist', 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);
    --btn-secondary-outline: var(--secondary);
    --btn-secondary-outline-hover: var(--secondary-hover);
    --btn-secondary-outline-active: var(--secondary-active);
	/* botões */
	
	/* radius */
	--border-radius-default: 100px;
	--btn-border-radius: var(--border-radius-default);
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--spacing-sections-home: 160px;
	--spacing-separator: 79px;
    --text: #1F2433;
	--background: #fff;
	--background-black: #090B11;
    --container-xxl: 1304px;
	@media (max-width: 991px) {
		--header-height: 66px;
		--spacing-sections-home: 80px;
	}
	/* geral */
}