@charset "utf-8";

@font-face {
  font-family: 'NotoSansKR-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/NotoSansKR-Regular.woff') format('woff'),
    url('/fonts/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansKR-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/NotoSansKR-Bold.woff') format('woff'),
    url('/fonts/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'esamanru-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/esamanru-Medium.woff') format('woff'),
    url('/fonts/esamanru-Medium.ttf') format('truetype');
}

