/* 제목: Paperlogy — font/title 폴더에 파일 배치 */
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/title/Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 본문: Pretendard — font/text 폴더 (woff2 우선, 없으면 ttf) */
@font-face {
  font-family: 'Pretendard';
  src:
    url('/font/text/Pretendard-Regular.woff2') format('woff2'),
    url('/font/text/Pretendard-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src:
    url('/font/text/Pretendard-Medium.woff2') format('woff2'),
    url('/font/text/Pretendard-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src:
    url('/font/text/Pretendard-Bold.woff2') format('woff2'),
    url('/font/text/Pretendard-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
