@font-face {
  font-family: "KIA-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("./newFonts/kia-bold.woff") format("woff"), url("./newFonts/kia-bold.ttf") format("truetype");
}

@font-face {
  font-family: "ps-regular";
  font-style: normal;
  font-weight: normal;
  src: url('./newFonts/regular.woff2') format('woff2'), /* Super Modern Browsers */ url("./newFonts/ps-regular.woff") format("woff");
}

@font-face {
  font-family: "ps-light";
  font-style: normal;
  font-weight: normal;
  src: url("./newFonts/ps-light.woff") format("woff");
}