
@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: #66bc46;
	--pbmit-secondary-color:#66bc46;
	--pbmit-light-color: #F6F6F6;
	--pbmit-white-color: #ffffff;
	--pbmit-blackish-color: #343434;
	--pbmit-blackish-color-rgb: 3, 27, 78;
	--pbmit-link-color-normal: #031b4e;
	--pbmit-link-color-hover: #3368c6;
	--pbmit-global-color-rgb: 24, 158, 217;
	--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: 1rem;
	--pbmit-body-typography-line-height: 1.5;
	--pbmit-body-typography-color: #808080;
	
	--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: 0.8125rem;
	--pbmit-btn-typography-line-height: 1.4375rem;
}

