/* Pretendard Font */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Thin.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-ExtraLight.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Light.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Medium.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-SemiBold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Bold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-ExtraBold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/pretendard/Pretendard-Black.otf') format('opentype');
    font-display: swap;
}

/* Plus Jakarta Sans Font - Variable Font */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-weight: 300 800;
    font-style: normal;
    src: url('/fonts/PlusJakartaSans-Variable.ttf') format('truetype');
    font-display: swap;
}
