  @font-face {
	font-family: 'Times New Roman', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src:  url("../fonts/times.ttf") format("truetype"); }

:root {
    --pbmit-global-color: #046f3a;
    --pbmit-secondary-color: #19232b;
    --pbmit-light-color: #f2f3f5;
    --pbmit-white-color: #fff;
    --pbmit-blackish-color: #19232b;
    --pbmit-link-color-normal: #19232b;
    --pbmit-link-color-hover: #046f3a;
    --pbmit-global-color-rgb: rgb(255, 130, 0);
    --pbmit-secondary-color-rgb: rgb(25, 35, 43);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Times New Roman', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 18px;
    --pbmit-body-typography-line-height: 1.7;
    --pbmit-body-typography-color: #333;
    --pbmit-heading-typography-font-family:  'Times New Roman', sans-serif;
    --pbmit-heading-color: #046f3a;
    --pbmit-heading-font-variant: 700;
    --pbmit-btn-typography-font-family:  'Times New Roman', sans-serif;
    --pbmit-btn-typography-variant: regular;
    --pbmit-btn-typography-font-size: 16px;
    --pbmit-btn-typography-line-height: 16px;
}

