@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

:root {
	--pbmit-global-color: #138aec;
	--pbmit-global-color-rgb: 19, 138, 236;
	--pbmit-secondary-color: #14212b;
	--pbmit-secondary-color-rgb: 20, 33, 43;
	--pbmit-light-color: #e3eaf1;
	--pbmit-white-color: #ffffff;
	--pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #181818;
	--pbmit-blackish-color-rgb: 24, 24, 24;
	--pbmit-link-color-normal: #14212b;
	--pbmit-link-color-hover: #138aec;
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family: "Inter", sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 17px;
	--pbmit-body-typography-line-height: 1.6;
	--pbmit-body-typography-color: #626262;
	
	--pbmit-heading-typography-font-family: "Inter", sans-serif;
	--pbmit-heading-color: #181818;
	--pbmit-heading-font-variant: 600;
	
	--pbmit-btn-typography-font-family: "Inter", sans-serif;
	--pbmit-btn-typography-variant: 600;
	--pbmit-btn-typography-font-size: 16px;
	--pbmit-btn-typography-line-height: 26px;
}
 