/* NZ Studio 상품 상세 페이지 공통 타이포그래피 */
:root {
  --text-muted: #9297A1;
}

@font-face {
  font-family: 'Wanted Sans';
  src: url('fonts/WantedSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wanted Sans';
  src: url('fonts/WantedSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wanted Sans';
  src: url('fonts/WantedSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Wanted Sans', sans-serif;
  font-weight: 500;
}

:where(
  .svc-desc,
  .svc-notice,
  .process-sub,
  .process-card-desc,
  .info-item,
  .info-note,
  .cta-banner p
) {
  font-weight: 500 !important;
}
