/* Pretendard (Variable) — orioncactus/pretendard v1.3.9, SIL OFL 1.1
   사용: HTML <head>에 아래 한 줄을 추가하면 본문이 Pretendard로 렌더링됨.
     <link rel="stylesheet" href="../../fonts/Pretendard/pretendard.css">
*/
@font-face {
  font-family: 'Pretendard';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('PretendardVariable.woff2') format('woff2-variations');
}

:root {
  --font-pretendard: 'Pretendard', 'Pretendard Variable',
    -apple-system, BlinkMacSystemFont, system-ui, 'Malgun Gothic',
    '맑은 고딕', sans-serif;
}

html, body, table, td, th, input, button, select, textarea {
  font-family: var(--font-pretendard);
}
