/* Regular */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100 500;
    src: url('/common/font/Pretendard-Regular.woff2') format('woff2');
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600 900;
    src: url('/common/font/Pretendard-Bold.woff2') format('woff2');
    font-display: swap;
}