@font-face {
  font-family: "Hahmlet";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./hahmlet-extrabold.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Pretendard-Regular.subset.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./Pretendard-Medium.subset.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./Pretendard-SemiBold.subset.woff2") format("woff2");
}

:root {
  --font-display: "Hahmlet", Batang, serif;
  --font-body: "Pretendard", "Malgun Gothic", sans-serif;
}
