@import url('../../css2');

:root {
	--pbmit-global-color: #ff6701;
	--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: #002e6c;
	--pbmit-blackish-color-rgb: 24, 24, 24;
	--pbmit-link-color-normal: #14212b;
	--pbmit-link-color-hover: #ff6701;
	--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: #002e6c;
	--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;
}
 