@charset "utf-8";
@font-face{ 
    font-family:'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard Regular'), local('Pretendard-Regular'),
    url('../../fonts/Pretendard-Regular.woff2') format('font-woff2'),
    url('../../fonts/Pretendard-Regular.woff') format('woff'), 
    url('../../fonts/Pretendard-Regular.otf') format('opentype'); 
    font-display: swap;
}