
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet');

 :root {
	
	--pbmit-global-color: #3368c6;
	--pbmit-secondary-color: #031b4e;
	--pbmit-light-color: #f0f7fd;
	--pbmit-white-color: #ffffff;
	--pbmit-lb-color: #f0f7fd;
	--pbmit-blackish-color: #031b4e;
	--pbmit-blackish-color-rgb: 3, 27, 78;
	--pbmit-link-color-normal: #031b4e;
	--pbmit-link-color-hover: #3368c6;
	--pbmit-global-color-rgb: 51, 104, 198;
	--pbmit-secondary-color-rgb: rgb(229, 196, 102);
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family:'Roboto', sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 16px;
	--pbmit-body-typography-line-height: 1.5;
	--pbmit-body-typography-color: #6e778c;
	
	--pbmit-heading-typography-font-family:'Sora', sans-serif;
	--pbmit-heading-color: #181a17;
	--pbmit-heading-font-variant: 500;
	
	--pbmit-btn-typography-font-family:'Sora', sans-serif;
	--pbmit-btn-typography-variant: 500;
	--pbmit-btn-typography-font-size: 13px;
	--pbmit-btn-typography-line-height: 23px;
}

