@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Pretendard:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


/* 기본 마진/패딩 제거 */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
 
/* 
html, body, #container, .container {
  font-size: 1em !important;
} */


body {
    font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}

.sound_only {
    display: none;
}
