
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@font-face {
  font-family: "Axiforma-black";
  src: local("Axiforma-black"), url("/fonts/KastelovAxiformaBlack.otf")
    format("opentype");
  src: local("Axiforma-black"), url("../public/fonts/KastelovAxiformaBold.otf") format("opentype");
}

@font-face {
  font-family: "Axiforma-regular";
  src: local("Axiforma-regular"), url("/fonts/KastelovAxiformaRegular.otf")
    format("opentype");
 
}

@font-face {
  font-family: "Axiforma-semibold";
  src: local("Axiforma-semibold"), url("/fonts/KastelovAxiformaSemiBold.otf")
    format("opentype");
 
}


@font-face {
  font-family: "Axiforma-light";
  src: local("Axiforma-light"), url("/fonts/KastelovAxiformaLight.otf")
    format("opentype");
 
}

@font-face {
  font-family: "Axiforma-medium";
  src: local("Axiforma-medium"), url("/fonts/KastelovAxiformaMedium.otf")
    format("opentype");
 
}
