/* PE-Class v1.16.11 — self-hosted site-wide Korean font choices.
   Font files are requested only when the matching family is selected. */
@font-face {
  font-family: "PE Jua";
  src: url("/assets/fonts/Jua-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Do Hyeon";
  src: url("/assets/fonts/DoHyeon-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Gowun Dodum";
  src: url("/assets/fonts/GowunDodum-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Gowun Batang";
  src: url("/assets/fonts/GowunBatang-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Gamja Flower";
  src: url("/assets/fonts/GamjaFlower-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Hi Melody";
  src: url("/assets/fonts/HiMelody-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Poor Story";
  src: url("/assets/fonts/PoorStory-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Song Myung";
  src: url("/assets/fonts/SongMyung-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PE Stylish";
  src: url("/assets/fonts/Stylish-Regular.woff2?v=11611") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --site-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

html body,
html body button,
html body input,
html body select,
html body textarea {
  font-family: var(--site-font-family) !important;
}
