/* Styles pour le menu social */

.social-list {
    display: flex;
    gap: clamp(1rem, 2vw, 1.5rem);
    flex-wrap: wrap;
}

.social-link {
    transition: font-weight 0.3s;
}

.social-link:hover {
    font-weight: bold;
}