
				:root {
				--cor1: rgb(78, 130, 0);
				--cor2: rgb(187, 219, 136);
				--cor3: rgb(23, 23, 23);
				--cor4: rgb(149, 149, 149);
				--cor5: rgb(241, 241, 241);
				--cor6: rgb(255, 255, 255);
				--fonte1_base: //fonts.googleapis.com/css?family=Bree+Serif:regular;
				--fonte2_base: //fonts.googleapis.com/css?family=Roboto:regular;
				--fonte1_name: Bree+Serif:regular;
				--fonte2_name: Roboto:regular;
				--fonte1_f: Bree Serif;
				--fonte1_w: normal;
				--fonte1_s: normal;
				--fonte2_f: Roboto;
				--fonte2_w: normal;
				--fonte2_s: normal;
				--fonte3_f: ;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:rgb(0, 0, 0); border-color:rgb(0, 0, 0); color:var(--cor6);} .btn-style-base-filled:hover{background-color:rgb(0, 0, 0); border-color:rgb(0, 0, 0); color:var(--cor6);} .btn-style-base-outlined{background-color:transparent; border-color:rgb(0, 0, 0); color:rgb(0, 0, 0);} .btn-style-base-outlined:hover{background-color:rgb(0, 0, 0); border-color:rgb(0, 0, 0); color:var(--cor6);} .btn-style-base{font-family:Bree Serif; font-weight:null; font-style:normal} .switch-style-base:checked{background-color:rgb(0, 0, 0) !important; border-color:rgb(0, 0, 0) !important;} .switch-style-base:checked:focus{background-color:rgb(0, 0, 0) !important; border-color:rgb(0, 0, 0) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}