@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet');
 :root {
     --pbmit-global-color:  #41a147;
     --pbmit-secondary-color:#000014 ;
     --pbmit-light-color: #f4fafa;
     --pbmit-white-color:#ffffff;
	 --pbmit-blackish-color: #000014 ;
     --pbmit-skincolor-darkr: #138e55;
     --pbmit-link-color-normal: #000014;
     --pbmit-link-color-hover: #000014;
     --pbmit-global-color-rgb: rgb(65, 161, 71);
     --pbmit-secondary-color-rgb:rgb(19, 142, 85);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Work Sans', sans-serif;	
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 15px;
     --pbmit-body-typography-line-height: 24px;
     --pbmit-body-typography-color: #9fa3aa;
     --pbmit-heading-typography-font-family: 'Roboto Condensed', sans-serif;
     --pbmit-heading-color: #000014;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family:'Roboto Condensed', sans-serif;
     --pbmit-btn-typography-variant: regular;
     --pbmit-btn-typography-font-size: 14px;
     --pbmit-btn-typography-line-height: 24px;
	 --border-radius: 0px;
}
 