@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: #b42a4c;
	--pbmit-global-color-rgb: 180, 42, 76;
	--pbmit-secondary-color: #0f151b;
	--pbmit-secondary-color-rgb: 15, 21, 27;
	--pbmit-light-color: #f5f5f5;
	--pbmit-white-color: #ffffff;
	--pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #19272b;
	--pbmit-blackish-color-rgb: 25, 39, 43;
	--pbmit-link-color-normal: #2a2b36;
	--pbmit-link-color-hover: #b42a4c;
	--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: #19272b;
	--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;
}
 