:root {
	--pbmit-global-color: #af1f25;
	--pbmit-secondary-color: #1274bb;
	--pbmit-light-color: #f0f7fd;
	--pbmit-white-color: #ffffff;
	--pbmit-blackish-color: #1274bb;
	--pbmit-blackish-bg-color-rgb: 3, 27, 78;
	--pbmit-link-color-normal: #1274bb;
	--pbmit-link-color-hover: #af1f25;
	--pbmit-global-color-rgb: 6, 38, 139;
	--pbmit-secondary-color-rgb: rgb(27, 153, 254);
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family:"Montserrat", serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 16px;
	--pbmit-body-typography-line-height: 26px;
	--pbmit-body-typography-color: #6e778c;
	
	--pbmit-heading-typography-font-family:"Montserrat", serif;
	--pbmit-heading-color: #1274bb;
	--pbmit-heading-font-variant: 500;
	
	--pbmit-btn-typography-font-family:"Montserrat", serif;
	--pbmit-btn-typography-variant: 500;
	--pbmit-btn-typography-font-size: 13px;
	--pbmit-btn-typography-line-height: 23px;
}