/* this file exists only to use self-hosted font */
@font-face {
  font-family: "Gen Vision Font";
  src: url("./fonts/customFont.woff") format("woff");
  src: url("./fonts/customFont.ttf") format("truetype");
}
