/* 소리구미 — self-host 폰트(사용 글자만 서브셋, 외부요청 0). Google Fonts: Jua, IBM Plex Sans KR */
@font-face {
  font-family: 'Jua';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jua-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibmplexsanskr-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibmplexsanskr-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans KR';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/ibmplexsanskr-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/ibmplexsanskr-700.woff2') format('woff2');
}
