/* Learning Journey - Site Styles */
body { font-family: 'Nunito', sans-serif; }
.card { border-radius: 10px; border: none; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.card-header { border-radius: 10px 10px 0 0 !important; }
.btn { border-radius: 5px; }
.table th { background-color: #f8f9fa; }
.badge { font-weight: 500; }
