@charset "UTF-8";


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

}

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

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

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

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

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

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


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