/*
  지유공간개발 홈페이지 웹폰트 — 자체 호스팅, 두 파일만 사용합니다.

  Pretendard        본문용 · 가변 굵기 400~700
                    Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
                    https://github.com/orioncactus/pretendard  (SIL Open Font License 1.1)

  Noto Serif KR     제목용 · 굵기 700
                    Copyright 2014-2021 Adobe (http://www.adobe.com/).
                    https://github.com/notofonts/noto-cjk      (SIL Open Font License 1.1)

  두 파일 모두 한글 상용 2,350자(KS X 1001)와 사이트에서 쓰는 문자,
  라틴 문자·숫자·기호를 담도록 다시 만든 것입니다. 라이선스 전문은 같은 폴더의
  LICENSE 파일을 보시면 됩니다.
*/

@font-face {
	font-family: 'Pretendard Variable';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(./Pretendard-subset.woff2) format('woff2-variations');
}

@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./NotoSerifKR-Bold-subset.woff2) format('woff2');
}
