@font-face {
  font-family: "KIA-Bold";
  font-style: normal;
  font-weight: normal;
  src: url('../newFonts/Kiabasicbold.woff') format('woff'), /* Pretty Modern Browsers */
	   url('../newFonts/Kiabasicbold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../newFonts/Kiabasicbold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "KIA-Medium";
  font-style: normal;
  font-weight: normal;
  src: url('../newFonts/Kiabasicregular.woff') format('woff'), /* Pretty Modern Browsers */
	   url('../newFonts/Kiabasicregular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../newFonts/Kiabasicregular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'KIA-Light';
	font-style: normal;
	font-weight: normal;
	src:url('../newFonts/Kiabasiclight.woff') format('woff'), /* Pretty Modern Browsers */
		url('../newFonts/Kiabasiclight.woff2') format('woff2'), /* Super Modern Browsers */
		url('../newFonts/Kiabasiclight.ttf') format('truetype'); /* Safari, Android, iOS */
}