/* Custom CSS Extensions */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.school-logo {
    object-fit: contain;
}

.navbar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

/* Scrollbar styling for News list */
.news-ticker::-webkit-scrollbar {
    width: 6px;
}

.news-ticker::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
