@font-face {
  font-family: 'OngleipKonkon';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}
html, body {
  font-family: 'OngleipKonkon', sans-serif;
}
/* 모바일 환경 (주소창 가림 및 상하단 짤림 방지 일괄 패치) */
@media (max-width: 600px) {
  html, body {
    height: 100% !important;
    height: 100dvh !important;
    overflow: hidden !important;
  }
  body {
    display: flex !important;
    align-items: flex-start !important; /* 세로 정렬 기준을 상단으로 고정하여 주소창 가림 방지 */
    justify-content: center !important;
  }
  .screen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: auto !important;
    max-height: 100% !important;
  }
}
