
@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: 'GmarketSans';
    src: url('/assets/fonts/GmarketSansBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}