@import "reset.css";
@import "screens/main.css";
@import "screens/location.css";
@font-face {
  font-family: "NexonGothic";
  font-weight: normal;
  src: url("../font/NEXON_Gothic.woff") format("woff");
}
@font-face {
  font-family: "NexonGothic";
  font-weight: light;
  src: url("../font/NEXON_Gothic_Light.woff") format("woff");
}
@font-face {
  font-family: "NexonGothic";
  font-weight: bold;
  src: url("../font/NEXON_Gothic_Bold.woff") format("woff");
}
body {
  font-family: "NexonGothic";
}
