/* ============================================================
   Object — Webfonts (web build)
   Pretendard Std, self-hosted WOFF2. Korean + Latin in one family.
   Only the 5 weights the site actually uses are shipped:
   400 Regular · 500 Medium · 600 SemiBold · 700 Bold · 800 ExtraBold.
   Source OTFs converted via tools/convert-fonts.mjs.
   ============================================================ */

@font-face {
  font-family: "Pretendard Std";
  src: url("../../assets/fonts/PretendardStd-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  src: url("../../assets/fonts/PretendardStd-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  src: url("../../assets/fonts/PretendardStd-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  src: url("../../assets/fonts/PretendardStd-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Std";
  src: url("../../assets/fonts/PretendardStd-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
