/* ±âº» ÆùÆ® - Pretendard */
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100; /* Thin */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200; /* ExtraLight */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300; /* Light */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600; /* SemiBold */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800; /* ExtraBold */
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard-Black.woff2') format('woff2');
    font-weight: 900; /* Black */
    font-display: swap;
}


/* Àå½Ä¿ë ¿µ¹® ÆùÆ® - NotoSerifDisplay*/
@font-face {
    font-family: 'NotoSerifDisplay';
    src: url('/assets/fonts/NotoSerifDisplay-Regular.woff2') format('woff2');
    font-weight: 400; 
    font-display: swap;
}

@font-face {
    font-family: 'NotoSerifDisplay';
    src: url('/assets/fonts/NotoSerifDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}


@font-face {
    font-family: 'NotoSerifDisplay';
    src: url('/assets/fonts/NotoSerifDisplay-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}