@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: local("Pretendard Thin"), local("Pretendard-Thin"),
    url("/font/pretendard/Pretendard-Thin.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Thin.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: local("Pretendard ExtraLight"), local("Pretendard-ExtraLight"),
    url("/font/pretendard/Pretendard-ExtraLight.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-ExtraLight.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: local("Pretendard Light"), local("Pretendard-Light"),
    url("/font/pretendard/Pretendard-Light.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Light.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), local("Pretendard-Regular"),
    url("/font/pretendard/Pretendard-Regular.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Regular.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: local("Pretendard Medium"), local("Pretendard-Medium"),
    url("/font/pretendard/Pretendard-Medium.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Medium.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: local("Pretendard SemiBold"), local("Pretendard-SemiBold"),
    url("/font/pretendard/Pretendard-SemiBold.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-SemiBold.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), local("Pretendard-Bold"),
    url("/font/pretendard/Pretendard-Bold.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Bold.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: local("Pretendard ExtraBold"), local("Pretendard-ExtraBold"),
    url("/font/pretendard/Pretendard-ExtraBold.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-ExtraBold.otf")
      format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: local("Pretendard Black"), local("Pretendard-Black"),
    url("/font/pretendard/Pretendard-Black.ttf")
      format("truetype"),
    url("/font/pretendard/Pretendard-Black.otf")
      format("opentype");
}
