
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap: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');
 :root {
     --pbmit-global-color:  #276FBF;
     --pbmit-global-color1:  #276FBF;
     --pbmit-secondary-color: #276FBF;
     --pbmit-secondary-color1: #e7262d;
     --pbmit-light-color: #f1f1f1;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #276FBF;
     --pbmit-link-color-normal: #276FBF;
     --pbmit-link-color-hover: #FCCC04;
     --pbmit-global-color-rgb: rgb(39, 111, 191);
     --pbmit-secondary-color-rgb:rgb(253, 199, 27);
     --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: #787c8b;
     --pbmit-heading-typography-font-family:'Asap', sans-serif;
     --pbmit-heading-color: #474747;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family:'Roboto', sans-serif;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 15px;
     --pbmit-btn-typography-line-height: 26px;
	 --border-radius: 32px;
	 --box-shadow-global: 0px 0px 23.25px 1.75px rgba(255,140,140, .30);
	 --box-shadow-blackish: 0px 0px 23.25px 1.75px rgba(14,47,68, .30);
}
 