/* Pretendard 폰트 설정 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: url(./한국어/Pretendard-Thin.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: url(./한국어/Pretendard-ExtraLight.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: url(./한국어/Pretendard-Light.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: url(./한국어/Pretendard-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: url(./한국어/Pretendard-Medium.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: url(./한국어/Pretendard-SemiBold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: url(./한국어/Pretendard-Bold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: url(./한국어/Pretendard-ExtraBold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: url(./한국어/Pretendard-Black.woff2) format('woff2');
  }

  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 100;
    font-display: swap;
    src: url(./일본어/PretendardJP-Thin.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 200;
    font-display: swap;
    src: url(./일본어/PretendardJP-ExtraLight.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 300;
    font-display: swap;
    src: url(./일본어/PretendardJP-Light.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 400;
    font-display: swap;
    src: url(./일본어/PretendardJP-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 500;
    font-display: swap;
    src: url(./일본어/PretendardJP-Medium.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 600;
    font-display: swap;
    src: url(./일본어/PretendardJP-SemiBold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 700;
    font-display: swap;
    src: url(./일본어/PretendardJP-Bold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 800;
    font-display: swap;
    src: url(./일본어/PretendardJP-ExtraBold.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Pretendard JP';
    font-weight: 900;
    font-display: swap;
    src: url(./일본어/PretendardJP-Black.woff2) format('woff2');
  }

  @font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('./중국어/NotoSansSC%5Bwght%5D.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('./중국어/NotoSansTC%5Bwght%5D.ttf') format('truetype');
  }

  :lang(zh-hans),
  :lang(zh-cn),
  :lang(zh-sg) {
    font-family: 'Noto Sans SC', 'Pretendard', 'Noto Sans KR', sans-serif;
  }

  :lang(zh-hant),
  :lang(zh-tw),
  :lang(zh-hk),
  :lang(zh-mo) {
    font-family: 'Noto Sans TC', 'Pretendard', 'Noto Sans KR', sans-serif;
  }

  :lang(ja) {
    font-family: 'Pretendard JP', 'Pretendard', 'Noto Sans KR', sans-serif;
  }