/* 기본 폰트 및 배경 */
body { font-family: 'Inter', sans-serif; background-color: #f7fafc; }
.content-transition { transition: opacity 0.3s ease-in-out; }
.active-link { color: #2563eb; border-bottom: 2px solid #2563eb; padding-bottom: 4px; }
