/* ==========================================================
   Font License Information (Web Use)
   ==========================================================

1. Pretendard
-------------
- 폰트명: Pretendard
- 제공: Sandoll Inc. & 공개 소스
- 라이선스: SIL Open Font License 1.1 (OFL 1.1)
- 사용 범위:
    * 개인/상업적 웹사이트 및 웹앱 사용 가능
    * woff/woff2 파일을 @font-face로 로드하여 사용 가능
- 수정/배포:
    * 웹에서 사용을 위해 수정 가능
    * 수정 후 배포 가능 (OFL 라이선스 표시 필요)
- 참고:
    * GitHub: https://github.com/orioncactus/pretendard

2. GMarketSans
--------------
- 폰트명: GMarketSans
- 제공: 국내 무료 배포 폰트
- 라이선스: Free for personal & commercial use (출처 표시 권장)
- 사용 범위:
    * 개인/상업적 웹사이트 및 웹앱 사용 가능
    * TTF 파일을 웹폰트 변환 후 @font-face로 사용 가능
- 수정/배포:
    * 웹 사용 목적의 변환/수정 가능
    * 재배포 가능 (출처 표시 권장)
- 참고:
    * 제공 사이트: https://github.com/ProjectNOON/fonts

3. 주의사항
-----------
- 폰트 파일 단독 판매 금지
- 원저작자 및 라이선스 정보 유지
- 사용 환경(웹) 외 재배포 시, 라이선스 조건 확인 필수

========================================================== */


@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(./Pretendard-Black.woff2) format('woff2'), url(./woff/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(./Pretendard-ExtraBold.woff2) format('woff2'), url(./woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(./Pretendard-Bold.woff2) format('woff2'), url(./woff/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(./Pretendard-SemiBold.woff2) format('woff2'), url(./woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(./Pretendard-Medium.woff2) format('woff2'), url(./woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(./Pretendard-Regular.woff2) format('woff2'), url(./woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(./Pretendard-Light.woff2) format('woff2'), url(./woff/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(./Pretendard-ExtraLight.woff2) format('woff2'), url(./woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(./Pretendard-Thin.woff2) format('woff2'), url(./woff/Pretendard-Thin.woff) format('woff');
}


/* GMarketSans */
@font-face {
	font-family: 'GMarketSans';
	font-weight: 300;
	font-display: swap;
	src: local('GMarketSans Light'), url(./GmarketSansTTF_Light.ttf) format('ttf');
}
@font-face {
	font-family: 'GMarketSans';
	font-weight: 500;
	font-display: swap;
	src: local('GMarketSans Medium'), url(./GmarketSansTTF_Medium.ttf) format('ttf');
}
@font-face {
	font-family: 'GMarketSans';
	font-weight: 700;
	font-display: swap;
	src: local('GMarketSans Bold'), url(./GmarketSansTTF_Bold.ttf) format('ttf');
}