@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--pbmit-global-color: #ff6712;
	--pbmit-global-color-rgb: 255, 103, 18;
	--pbmit-secondary-color: #2a2b36;
	--pbmit-secondary-color-rgb: 42, 43, 54;
	--pbmit-light-color: #e3eaf1;
	--pbmit-white-color: #ffffff;
	--pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #2a2b36;
	--pbmit-blackish-color-rgb: 42, 43, 54;
	--pbmit-link-color-normal: #2a2b36;
	--pbmit-link-color-hover: #ff6712;
	--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-body-color: #ffffff;
	
	--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;
}
 