@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'S-CoreDream', 'Pretendard', sans-serif; 
    background: #fff; 
    color: #333; /* 텍스트 가독성을 위해 기본 색상 변경 (기존 흰색에서 수정) */
    scroll-behavior: smooth; 
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }