:root {
    --pbmit-global-color:#059669; /*#06268b; */
	--pbmit-secondary-color: #1b99fe;
	--pbmit-light-color: #f0f7fd;
	--pbmit-white-color: #ffffff;
	--pbmit-blackish-color: #00040e;
	--pbmit-blackish-color-rgb: 24, 26, 23;
	--pbmit-link-color-normal: #181a17;
	--pbmit-link-color-hover: #fd5d2f;
	--pbmit-global-color-rgb: 253, 93, 47;
	--pbmit-secondary-color-rgb: rgb(27, 153, 254);
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family:'Roboto', sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 15px;
	--pbmit-body-typography-line-height: 25px;
	--pbmit-body-typography-color: #666666;

	--pbmit-heading-typography-font-family:'Sora', sans-serif;
	--pbmit-heading-color: #181a17;
	--pbmit-heading-font-variant: 500;

	--pbmit-btn-typography-font-family:'Sora', sans-serif;
	--pbmit-btn-typography-variant: 500;
	--pbmit-btn-typography-font-size: 13px;
	--pbmit-btn-typography-line-height: 23px;
}
