:root {
     --pbmit-global-color: #004D8D;
     --pbmit-secondary-color: #040303;
     --pbmit-light-color: #f8f8f8;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #040303;
     --pbmit-link-color-normal: #040303;
     --pbmit-link-color-hover: #004D8D;
     --pbmit-global-color-rgb: rgb(0, 77, 141);
     --pbmit-secondary-color-rgb:rgb(4, 3, 3);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: "PT Serif", serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 15px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #333333;
     --pbmit-heading-typography-font-family: "PT Serif", serif;
     --pbmit-heading-color: #040303;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family: "PT Serif", serif;
     --pbmit-btn-typography-variant: regular;
     --pbmit-btn-typography-font-size: 12px;
     --pbmit-btn-typography-line-height: normal;
	 --border-radius: 0px;
}
 