/* FO용 폰트 설정 */
/* Google Fonts에서 Noto Sans KR 로드 (Android 호환성) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100;
    src: url('../../font/NotoSans-Thin.woff2') format('woff2'),
         url('../../font/NotoSans-Thin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../../font/NotoSans-Light.woff2') format('woff2'),
         url('../../font/NotoSans-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/NotoSans-Regular.woff2') format('woff2'),
         url('../..//font/NotoSans-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../../font/NotoSans-Medium.woff2') format('woff2'),
         url('../../font/NotoSans-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../font/NotoSans-Bold.woff2') format('woff2'),
         url('../../font/NotoSans-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../../font/NotoSans-Black.woff2') format('woff2'),
         url('../../font/NotoSans-Black.woff') format('woff');
    font-display: swap;
}
