@font-face {
  font-family: 'basicfont';
  src: url('../font/NanumBarunGothic.otf');
  src: url('../font/NanumBarunGothic.otf') format('opentype');
}

body {
  background-color: #f9f1de;
  /*color: #fff;*/
  font-family: 'basicfont';
}