/* Famgram custom styles */
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.member-card {
    transition: box-shadow 0.2s ease;
}

.member-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

.navbar-brand strong {
    letter-spacing: 1px;
}

img {
    transition: opacity 0.2s ease;
}
