@charset "UTF-8";

@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicBold.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicBold.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicBold.eot") format("eot");
  font-style:normal;
  font-weight: bold;
}
@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicSubset.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicSubset.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicSubset.eot") format("eot");
  font-style:normal;
  font-weight: 500;
}

@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicSubset.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicSubset.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicSubset.eot") format("eot");
  font-style:normal;
  font-weight: 400;
}
@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicLight.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicLight.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicLight.eot") format("eot");
  font-style:normal;
  font-weight: 300;
}
@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicLight.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicLight.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicLight.eot") format("eot");
  font-style:normal;
  font-weight: 200;
}
@font-face{
  font-family: "nanumg";
  src:url("/font/woff/NanumBarunGothicUltraLight.woff") format('woff'),
      url("/font/ttf/NanumBarunGothicUltraLight.ttf") format("ttf"),
      url("/font/eot/NanumBarunGothicUltraLight.eot") format("eot");
  font-style:normal;
  font-weight: 100;
}

@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:white;
}