/*-------------------------------------------------------------------------------------*
 *  ysk font style 2025                                                    *
 *-------------------------------------------------------------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


@font-face {
    font-family: 'NEXON';
    font-weight: 400;	
    src: url('font/NEXON_Lv2_Gothic_Gothic.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'NEXON';
    font-weight: 300;	
    src: url('font/NEXON_Lv2_Gothic_Light.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'NEXON';
    font-weight: 500;	
    src: url('font/NEXON_Lv2_Gothic_Medium.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'NEXON';
    font-weight: 700;	
    src: url('font/NEXON_Lv2_Gothic_Bold.ttf') format('truetype');
    font-style: normal;
}
