
				:root {
				--cor1: rgb(103, 114, 82);
				--cor2: rgb(194, 167, 90);
				--cor3: rgb(46, 47, 43);
				--cor4: rgb(58, 61, 52);
				--cor5: rgb(230, 228, 222);
				--cor6: rgb(255, 255, 255);
				--fonte1_base: //fonts.googleapis.com/css?family=Barlow+Condensed:500;
				--fonte2_base: //fonts.googleapis.com/css?family=Inter:300;
				--fonte1_name: Barlow+Condensed:500;
				--fonte2_name: Inter:300;
				--fonte1_f: Barlow Condensed;
				--fonte1_w: 500;
				--fonte1_s: normal;
				--fonte2_f: Inter;
				--fonte2_w: 300;
				--fonte2_s: normal;
				--fonte3_f: Inter;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:var(--cor1); border-color:var(--cor1); color:var(--cor6);} .btn-style-base-filled:hover{background-color:var(--cor4); border-color:var(--cor4); color:var(--cor6);} .btn-style-base-outlined{background-color:transparent; border-color:var(--cor1); color:var(--cor1);} .btn-style-base-outlined:hover{background-color:var(--cor1); border-color:var(--cor1); color:var(--cor6);} .btn-style-base{font-family:Inter; font-weight:normal; font-style:normal} .switch-style-base:checked{background-color:var(--cor1) !important; border-color:var(--cor1) !important;} .switch-style-base:checked:focus{background-color:var(--cor1) !important; border-color:var(--cor1) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}