@charset 'utf-8';

/* Noto Sans KR */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: local('Noto Sans KR'), url('../../common/font/NotoSansKR-Thin.woff2') format('woff2'),
		local('Noto Sans KR'), url('../../common/font/NotoSansKR-Thin.woff') format('woff');
	   font-display: swap;	
}


@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: local('Noto Sans KR'), url('../../common/font/NotoSansKR-Light.woff2') format('woff2'),
		local('Noto Sans KR'), url('../../common/font/NotoSansKR-Light.woff') format('woff');
		font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 350;
	src: local('Noto Sans KR'), url('../../common/font/NotoSansKR-DemiLight.woff2') format('woff2'),
		local('Noto Sans KR'), url('../../common/font/NotoSansKR-DemiLight.woff') format('woff');
		font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans KR'),url('../../common/font/NotoSansKR-Regular.woff2') format('woff2'),
		 local('Noto Sans KR'),url('../../common/font/NotoSansKR-Regular.woff') format('woff');
		 font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans KR'), url('../../common/font/NotoSansKR-Medium.woff2') format('woff2'),
		local('Noto Sans KR'), url('../../common/font/NotoSansKR-Medium.woff') format('woff');
		font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans KR'), url('../../common/font/NotoSansKR-Bold.woff2') format('woff2'),
		local('Noto Sans KR'), url('../../common/font/NotoSansKR-Bold.woff') format('woff');
		font-display: swap;
}


@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 700;
  src: local('GmarketSans'), url('../../common/font/GmarketSansBold.woff2') format('woff2'),
	   local('GmarketSans'), url('../../common/font/GmarketSansBold.woff') format('woff');
       font-display: swap;
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 500;
  src: local('GmarketSans'), url('../../common/font/GmarketSansMedium.woff2') format('woff2'),
	   local('GmarketSans'), url('../../common/font/GmarketSansMedium.woff') format('woff');
       font-display: swap;
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 300;
  src: local('GmarketSans'), url('../../common/font/GmarketSansLight.woff2') format('woff2'),
	   local('GmarketSans'), url('../../common/font/GmarketSansLight.woff') format('woff');
       font-display: swap;
}