@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-SemiBold.woff") format("woff");
  font-weight: 500;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 700;
}
@font-face {
	font-family: "pretend";
  src: url("./src/Pretendard-Black.woff") format("woff");
  font-weight: 800;
}