@charset "UTF-8";


@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Black-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Black-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Black-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: 800;

}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Bold-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Bold-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Bold-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Medium-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Medium-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Medium-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Regular-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Regular-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Regular-Hestia.otf") format("ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Light-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Light-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Light-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-DemiLight-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-DemiLight-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-DemiLight-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "noto";
  src: url("https://api.t-moa.com/fonts/woff/NotoSansKR-Thin-Hestia.woff") format('woff'),
    url("https://api.t-moa.com/fonts/ttf/NotoSansKR-Thin-Hestia.ttf") format("ttf"),
    url("https://api.t-moa.com/fonts/otf/NotoSansKR-Thin-Hestia.otf") format("otf");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'yg-jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JalnanGothic';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "noto";
  color: black;
}

