/* css/font.css */
@font-face {
    font-family: 'Pretendard';
    src:
        url('../fonts/PretendardVariable.woff2') format('woff2'),
        url('../fonts/PretendardVariable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graduate';
    src:
        url('../fonts/Graduate-Regular.woff2') format('woff2'),
        url('../fonts/Graduate-Regular.woff') format('woff'),
        url('../fonts/Graduate-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'X Typewriter';
    src:
        url('../fonts/XTypewriter-Regular.woff2') format('woff2'),
        url('../fonts/XTypewriter-Regular.woff') format('woff'),
        url('../fonts/XTypewriter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UNPEOPLE Gothic KS';
    src: 
        url('../fonts/UNPEOPLE-Gothic-KS.woff2') format('woff2'),
        url('../fonts/UNPEOPLE-Gothic-KS.woff') format('woff'),
        url('../fonts/UNPEOPLE-Gothic-KS.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}