/* Noto Sans KR - Thin (100) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('./font/NotoSans-Thin.woff2') format('woff2'),
         url('./font/NotoSans-Thin.woff') format('woff'),
         url('./font/NotoSans-Thin.otf') format('opentype');
}

/* Noto Sans KR - Light (300) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('./font/NotoSans-Light.woff2') format('woff2'),
         url('./font/NotoSans-Light.woff') format('woff'),
         url('./font/NotoSans-Light.otf') format('opentype');
}

/* Noto Sans KR - Regular (400) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSans-Regular.woff2') format('woff2'),
         url('./font/NotoSans-Regular.woff') format('woff'),
         url('./font/NotoSans-Regular.otf') format('opentype');
}

/* Noto Sans KR - Medium (500) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('./font/NotoSans-Medium.woff2') format('woff2'),
         url('./font/NotoSans-Medium.woff') format('woff'),
         url('./font/NotoSans-Medium.otf') format('opentype');
}

/* Noto Sans KR - Bold (700) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('./font/NotoSans-Bold.woff2') format('woff2'),
         url('./font/NotoSans-Bold.woff') format('woff'),
         url('./font/NotoSans-Bold.otf') format('opentype');
}

/* Noto Sans KR - Black (900) */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('./font/NotoSans-Black.woff2') format('woff2'),
         url('./font/NotoSans-Black.woff') format('woff'),
         url('./font/NotoSans-Black.otf') format('opentype');
} 