@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard-ExtraBold'), local('Pretendard-ExtraBold');
    src: url(../fonts/Pretendard-ExtraBold.woff2) format('woff2'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: bold;
    src: local('Pretendard-Bold'), local('Pretendard-Bold');
    src: url(../fonts/Pretendard-Bold.woff2) format('woff2'),
        url(../fonts/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: local('Pretendard-SemiBold'), local('Pretendard-Bold');
    src: url(../fonts/Pretendard-SemiBold.woff2) format('woff2'),
        url(../fonts/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: local('Pretendard-Medium'), local('Pretendard-Medium');
    src: url(../fonts/Pretendard-Medium.woff2) format('woff2'),
        url(../fonts/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard-Regular'), local('Pretendard-Regular');
    src: url(../fonts/Pretendard-Regular.woff2) format('woff2'),
        url(../fonts/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: local('Pretendard-Light'), local('Pretendard-Light');
    src: url(../fonts/Pretendard-Light.woff2) format('woff2'),
        url(../fonts/Pretendard-Light.woff) format('woff');
}
