/* Fallback icon font */
@font-face {
    font-family: 'LocalIcons';
    src: local('FontAwesome'), local('Font Awesome 6 Free');
    font-weight: 900;
}

/* Icon fallbacks */
.fas {
    font-family: 'LocalIcons', 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
}

/* Specific icon fallbacks */
.fa-film:before {
    content: "\f008";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-award:before {
    content: "\f559";
}

.fa-trophy:before {
    content: "\f091";
}
