/* 아무데나(AMUDENA) 여행지 추천 플랫폼 - 기본 CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;800&display=swap');
body { font-family: 'Noto Sans KR', -apple-system, sans-serif; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #c7d2fe; border-radius: 3px; }
a { text-decoration: none; }
