@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 100;
	src: url("NotoSansCJKkr-Thin.woff2") format('woff2'),
	url("NotoSansCJKkr-Thin.woff") format('woff'),
	url("NotoSansCJKkr-Thin.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 300;
	src: url("NotoSansCJKkr-Light.woff2") format('woff2'),
	url("NotoSansCJKkr-Light.woff") format('woff'),
	url("NotoSansCJKkr-Light.otf") format('opentype');
}

@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 400;
	src: url("NotoSansCJKkr-Regular.woff2") format('woff2'),
	url("NotoSansCJKkr-Regular.woff") format('woff'),
	url("NotoSansCJKkr-Regular.otf") format('opentype');
}

@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 500;
	src: url("NotoSansCJKkr-Medium.woff2") format('woff2'),
	url("NotoSansCJKkr-Medium.woff") format('woff'),
	url("NotoSansCJKkr-Medium.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 700;
	src: url("NotoSansCJKkr-Bold.woff2") format('woff2'),
	url("NotoSansCJKkr-Bold.woff") format('woff'),
	url("NotoSansCJKkr-Bold.otf") format('opentype');
}
@font-face {
	font-family: 'Noto Sans CJK KR';
	font-style: normal;
	font-weight: 900;
	src: url("NotoSansCJKkr-Black.woff2") format('woff2'),
	url("NotoSansCJKkr-Black.woff") format('woff'),
	url("NotoSansCJKkr-Black.otf") format('opentype');
}

@font-face {
    font-family: '머니그라피TTF Pixel';
    src: local('Moneygraphy-Pixel'),
    local('Moneygraphy Pixel'),
    local('머니그라피TTF'),
        /* 로컬에 없을 경우 눈누 CDN 활용 */
    url('Moneygraphy-Pixel.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '배달의민족 도현';
    /* 1. PC에 설치된 폰트를 먼저 확인 (보통 한글명과 영문명 둘 다 써주는 게 안전합니다) */
    src: local('BM DoHyeon'),
    local('배달의민족 도현'),
        /* 2. PC에 없으면 웹폰트(서버/CDN)에서 다운로드 */
    url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 폰트 로딩 중에도 텍스트가 보이게 설정 */
}
