﻿

*{
       font-family: Pretendard;
}

@font-face {
    font-family: 'Pretendard-Thin';
    src: url('/common/css/font/Pretendard-Thin.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-Thin.woff?ver=1.0') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('/common/css/font/Pretendard-ExtraLight.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-ExtraLight.woff?ver=1.0') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('/common/css/font/Pretendard-Light.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-Light.woff?ver=1.0') format('woff');
    font-weight: 300;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard-Medium';
    src: url('/common/css/font/Pretendard-Medium.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-Medium.woff?ver=1.0') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('/common/css/font/Pretendard-SemiBold.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-SemiBold.woff?ver=1.0') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('/common/css/font/Pretendard-Bold.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-Bold.woff?ver=1.0') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('/common/css/font/Pretendard-ExtraBold.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-ExtraBold.woff?ver=1.0') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('/common/css/font/Pretendard-Black.woff2?ver=1.0') format('woff2'),
         url('/common/css/font/Pretendard-Black.woff?ver=1.0') format('woff');
    font-weight: 900;
    font-display: swap;
}


/*폴드제일 큰 사이즈*/
@media(max-width:700px) {



}