
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: SUIT-Light;
    font-display: swap;
    src: url("/assets/fonts/SUIT-Light.woff2") format("woff2-variations");
}
@font-face {
    font-family: SUIT-Regular;
    font-display: swap;
    src: url("/assets/fonts/SUIT-Regular.woff2") format("woff2-variations");
}
@font-face {
    font-family: SUIT-Medium;
    font-display: swap;
    src: url("/assets/fonts/SUIT-Medium.woff2") format("woff2-variations");
}
@font-face {
    font-family: SUIT-SemiBold;
    font-display: swap;
    src: url("/assets/fonts/SUIT-SemiBold.woff2") format("woff2-variations");
}
@font-face {
    font-family: SUIT-Bold;
    font-display: swap;
    src: url("/assets/fonts/SUIT-Bold.woff2") format("woff2-variations");
}
@font-face {
    font-family: 'GmarketSans';
    src: url('/assets/fonts/GmarketSansLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/assets/fonts/GmarketSansMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansbold';
    src: url('/assets/fonts/GmarketSansBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'NationalPension';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontRegular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NationalPension';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NationalPension';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}