/* FIFA Trophy Tour 2026 Custom Styles */

/* Unity Font Family */
@font-face {
    font-family: 'Unity';
    src: url('/fonts/Unity-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Unity';
    src: url('/fonts/Unity-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Apply Unity font to gallery headline */
.gallery-headline {
    font-family: 'Unity', Arial, sans-serif;
    font-weight: bold;
}

/* Remove background colors from social sharing icons to show custom Coke red icons */
.facebook_share,
.twitter_share,
.instagram_share,
.snapchat_share,
.email_share,
.photo_download {
    background: transparent !important;
    background-color: transparent !important;
}

/* Remove hover background colors */
.facebook_share:hover,
.twitter_share:hover,
.instagram_share:hover,
.snapchat_share:hover,
.email_share:hover,
.photo_download:hover {
    background: transparent !important;
    background-color: transparent !important;
}

/* Ensure images display properly - scale naturally like native buttons */
.facebook_share img,
.twitter_share img,
.instagram_share img,
.snapchat_share img,
.email_share img,
.photo_download img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 95px;
}
