/* importing local font files */

	@font-face {
	 	font-family: 'Basis Grotesque-Bold';
		src: url('/branding/KHP Font/Basis Grotesque-Bold.ttf');
	}
	
	@font-face {
	 	font-family: 'Basis Grotesque-Regular';
		src: url('/branding/KHP Font/Basis Grotesque-Regular.ttf');
	}
	
	@font-face {
	 	font-family: 'Basis Grotesque-SemiBold';
		src: url('/branding/KHP Font/Basis Grotesque-SemiBold.ttf');
	}