/* Paperlogy */
@font-face {
  font-family: "Paperlogy-Black";
  src: url("../fonts/Paperlogy-9Black.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy-Regular";
  src: url("../fonts/Paperlogy-4Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy-SemiBold";
  src: url("../fonts/Paperlogy-6SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

/* Pretendard */

/* Pretendard 서체 하나로 통합 */
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 500; /* Bold (수정: 보통 Bold는 700을 쓰지만 기존 코드의 600 유지) */
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 600; /* Bold (수정: 보통 Bold는 700을 쓰지만 기존 코드의 600 유지) */
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 700; /* ExtraBold */
  font-display: swap;
}
/* EliceDigitalBaeumOTF */

@font-face {
  font-family: "EliceDigitalBaeum";
  src: url("../fonts/EliceDigitalBaeumOTF_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EliceDigitalBaeum";
  src: url("../fonts/EliceDigitalBaeumOTF_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: "WAGURI";
  src: url("../fonts/WAGURI.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tenada";
  src: url("../fonts/Tenada.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("../fonts/Cafe24Shiningstar-v2.0.woff") format("truetype");
  font-style: normal;
  font-display: swap;
}
