@charset "utf-8";

@import url("//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

@font-face {
    font-family: 'Pretendard-Thin';
    src: url('/auction/resource/static/font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('/auction/resource/static/font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('/auction/resource/static/font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('/auction/resource/static/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('/auction/resource/static/font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('/auction/resource/static/font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('/auction/resource/static/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('/auction/resource/static/font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Black';
    src: url('/auction/resource/static/font/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


.en {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.en-inter {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.kr {
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.kr-pretendardlight {
    font-family: 'Pretendard-Light', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}
.kr-pretendardregular {
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.kr-pretendardmedium {
    font-family: 'Pretendard-Medium', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.kr-pretendardsemibold {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}
.kr-pretendardbold {
    font-family: 'Pretendard-Bold', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}


