@font-face {
    font-family: 'sol';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/OneShinhanSolace-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Pretendard-Thin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Pretendard-ExtraBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Pretendard-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Pretendard-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Pretendard-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/Pretendard-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Pretendard-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/Pretendard-ExtraBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Pretendard-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'OneShinhan';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/OneShinhanLight.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'OneShinhan';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/OneShinhanMedium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'OneShinhan';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/OneShinhanBold.woff') format('woff');
    font-display: swap;
}


body,
input,
select,
textarea,
button {
    font-size: 16px;
	line-height: 1.6;
    color: #222;
    font-family: "sol", "Pretendard", sans-serif;
    font-weight: 400;
    word-break: keep-all;
}
