

 :root {
     --pbmit-global-color: #006605;
     --pbmit-secondary-color: #0e7e14;
     --pbmit-light-color: #f0f6f2;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #7ec53e;
	 --pbmit-blackish-color-1: #181a17;
     --pbmit-link-color-normal: #012203;
     --pbmit-link-color-hover: #327a36;
     --pbmit-global-color-rgb: rgb(0, 189, 224);
     --pbmit-secondary-color-rgb: rgb(19, 93, 232);
     --pbmit-responsive-breakpoint: 1200px;

     --pbmit-body-typography-font-family:'Roboto', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 26px;
     --pbmit-body-typography-color: #6e778c;

     --pbmit-heading-typography-font-family:'Sora', sans-serif;
     --pbmit-heading-color: #012203;
     --pbmit-heading-font-variant: 500;
	 
     --pbmit-btn-typography-font-family:'Sora', sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 13px;
     --pbmit-btn-typography-line-height: 23px;
}

