/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Noto+Sans+KR:wght@100..900&display=swap');

@font-face {
  font-family: 'Yes24 Title';
  src: url('../fonts/YES24.ttf') format('truetype');
}
@font-face {
  font-family: 'Seoul HangangM';
  src: url('../fonts/SeoulHangangM.ttf') format('truetype');
}

.noto-sans-kr-900 {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

/* italic */
.italic {
  font-style: italic;
}