/* Pretendard 폰트 적용 */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/PretendardVariable.ttf') format('truetype'),
         url('../fonts/PretendardVariable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size:14px;
    font-family: 'Pretendard' !important;
}
