/* Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans&display=swap');

/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;800;900&display=swap');

/* Pretendard */
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Light.otf') format('otf'),
         url('fonts/Pretendard-Light.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-Light.eot') format('embedded-opentype'); 
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Regular.otf') format('otf'),
         url('fonts/Pretendard-Regular.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-Regular.eot') format('embedded-opentype'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Medium.otf') format('otf'),
         url('fonts/Pretendard-Medium.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-Medium.eot') format('embedded-opentype'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-SemiBold.otf') format('otf'),
         url('fonts/Pretendard-SemiBold.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-SemiBold.eot') format('embedded-opentype'); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Bold.otf') format('otf'),
         url('fonts/Pretendard-Bold.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-Bold.eot') format('embedded-opentype'); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-ExtraBold.otf') format('otf'),
         url('fonts/Pretendard-ExtraBold.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-ExtraBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-ExtraBold.eot') format('embedded-opentype'); 
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Black.otf') format('otf'),
         url('fonts/Pretendard-Black.ttf')format('truetype'), /* Safari, Android, iOS */
         url('fonts/Pretendard-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/Pretendard-Black.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Pretendard-Black.eot') format('embedded-opentype'); 
    font-weight: 900;
    font-style: normal;
}
