@charset "utf-8";
@import url("basc.css");
@import url("layout.css");

/*
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: local("Pretendard Thin"),
       url("../fonts/Pretendard-Thin.woff2") format("woff2"),
       url("../fonts/Pretendard-Thin.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: local("Pretendard Light"),
       url("../fonts/Pretendard-ExtraLight.woff2") format("woff2"),
       url("../fonts/Pretendard-ExtraLight.woff") format("woff");
}
*/

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: local("Pretendard Light"),
       local("Pretendard-Light"),
       url("../fonts/Pretendard-Light.woff2") format("woff2"),
       url("../fonts/Pretendard-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: normal;
  src: local("Pretendard Regular"),
       local("Pretendard-Regular"),
       url("../fonts/Pretendard-Regular.woff2") format("woff2"),
       url("../fonts/Pretendard-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: local("Pretendard Medium"),
       local("Pretendard-Medium"),
       url("../fonts/Pretendard-Medium.woff2") format("woff2"),
       url("../fonts/Pretendard-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: local("Pretendard SemiBold"),
       local("Pretendard-SemiBold"),
       url("../fonts/Pretendard-SemiBold.woff2") format("woff2"),
       url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: bold;
  src: local("Pretendard Bold"),
       local("Pretendard-Bold"),
       url("../fonts/Pretendard-Bold.woff2") format("woff2"),
       url("../fonts/Pretendard-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: local("Pretendard ExtraBold"),
       local("Pretendard-ExtraBold"),
       url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"),
       url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: local("Pretendard Black"),
       local("Pretendard-Black"),
       url("../fonts/Pretendard-Black.woff2") format("woff2"),
       url("../fonts/Pretendard-Black.woff") format("woff");
  font-display: swap;
}

@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;
    font-display: swap;
}