@charset 'utf-8';
@font-face {
  font-family: 'DetailFont';
  src: url('/static/font/NanumBarunGothic.woff') format('woff'),
    url('/static/font/NanumBarunGothic.ttf') format('truetype'),
    url('/static/font/NanumBarunGothic.otf') format('opentype');
  font-weight: lighter;
}
@font-face {
  font-family: 'noto sans kr';
  src: url('/static/font/NotoSansKR-Regular.otf') format('opentype');
  font-weight: lighter;
}
