@charset "UTF-8";

@font-face {
  font-family: "kt";
  src: url("./font/kt.ttf");
}

html,
body {
  height: 100%;
  font-family: "kt";
}
