
@import url('../../css2.css');
@import url('../../css2-1.css');
@import url('../../css2-2.css');
 :root {
     --pbmit-global-color:  #120b8f;
     --pbmit-secondary-color: #14212a;
     --pbmit-light-color: #f2f2f2;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #14212a;
     --pbmit-link-color-normal: #14212a;
     --pbmit-link-color-hover: #120b8f;
     --pbmit-global-color-rgb: rgb(255, 220, 57);
     --pbmit-secondary-color-rgb:rgb(20, 33, 42);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Nunito Sans', Tahoma, Geneva, sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 24px;
     --pbmit-body-typography-color: #777777;
     --pbmit-heading-typography-font-family:'Biryani', Arial, Helvetica, sans-serif;
     --pbmit-heading-color: #1b2024;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family:'Nunito Sans', Arial, Helvetica, sans-serif;
     --pbmit-btn-typography-variant: 600;
     --pbmit-btn-typography-font-size: 12px;
     --pbmit-btn-typography-line-height: normal;
	 --border-radius: 0px;
}
 
