@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Thin.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Thin.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('/static/fonts/Pretendard-ExtraLight.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-ExtraBold.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Light.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Light.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Regular.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Regular.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Medium.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Medium.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('/static/fonts/Pretendard-SemiBold.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-SemiBold.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Bold.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Bold.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('/static/fonts/Pretendard-ExtraBold.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-ExtraBold.woff') format('font-woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('/static/fonts/Pretendard-Black.woff2') format('font-woff2'),
         url('/static/fonts/Pretendard-Black.woff') format('font-woff');
    font-display: swap;
}
html {
    font-size: 62.6%;
}

body,
input,
select,
textarea,
button {
    font-size: 1.6rem;
    color: #111;
    font-family: Pretendard, Roboto, sans-serif;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.3;
}