
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
 :root {
     --pbmit-global-color: #ffec81;
     --pbmit-secondary-color: #081e2c;
     --pbmit-light-color: #f8f8f8;
     --pbmit-white-color:#ffffff;
     --pbmit-blackish-color: #15141c;
     --pbmit-link-color-normal: #15141c;
     --pbmit-link-color-hover: #6b6f71;
     --pbmit-global-color-rgb: 255, 236, 129;
     --pbmit-secondary-color-rgb: 8, 30, 44;
	 --pbmit-blackish-color-rgb: 21, 20, 28;
	 --pbmit-white-color-rgb: 255, 255, 255;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: "Special Gothic", sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 17px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #555555;
     --pbmit-heading-typography-font-family: "Cal Sans", sans-serif;
     --pbmit-heading-color: #081e2c;
     --pbmit-heading-font-variant: normal;
     --pbmit-btn-typography-font-family: "Special Gothic", sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 15px;
     --pbmit-btn-typography-line-height: 25px;
}
 