/*===============================================*/
/* Custom Fonts - Chewtoy's Dugout */
/*===============================================*/

/* VarsityTeam Font */
@font-face {
    font-family: 'VarsityTeam';
    src: url('../fonts/VarsityTeam-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome Fallback - Ensure icons display */
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free", "FontAwesome", "Font Awesome 5 Free" !important;
    font-weight: 900;
    line-height: 1;
}

.far {
    font-weight: 400;
}

/* Ensure Font Awesome doesn't conflict with other fonts */
.fa::before, .fas::before, .far::before, .fal::before, .fab::before {
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
}