@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


/* 프로젝트 별 폰트 추가 */
.font-GmarketSans {font-family: 'GMarketSans' !important;}
.font-Manrope {font-family: 'Manrope' !important;}
.font-Inter {font-family: 'Inter' !important;}
.font-Montserrat {font-family: 'Montserrat' !important;}
.font-NotoSans {font-family: 'Noto Sans' !important;}
.font-Suit {font-family: 'Suit' !important;}
.font-Escoredream {font-family: 'Escoredream' !important;}
.font-Pretendard {font-family: 'Pretendard' !important;}