/* Nexa Heavy Font - Mobile Optimized with WOFF2 Priority */
@font-face {
    font-family: 'NexaHeavy';
    src: url('../fonts/NexaHeavy.woff2') format('woff2'),
         url('../fonts/NexaHeavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    /* Optimize for mobile rendering */
    font-variant: normal;
    font-stretch: normal;
}

/* Nexa Regular Font - Mobile Optimized with WOFF2 Priority */
@font-face {
    font-family: 'NexaRegular';
    src: url('../fonts/NexaRegular.woff2') format('woff2'),
         url('../fonts/NexaRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Optimize for mobile rendering */
    font-variant: normal;
    font-stretch: normal;
}

/* Debug styles for font loading states */
.font-loading {
    font-family: Arial, sans-serif !important;
}

.font-loaded .nexa-heavy {
    font-family: 'NexaHeavy', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial Black', sans-serif;
}

.font-loaded .nexa-regular {
    font-family: 'NexaRegular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Alternative font-face declarations if you have different file names */
/*
@font-face {
    font-family: 'NexaHeavy';
    src: url('fonts/Nexa-Heavy.woff2') format('woff2'),
         url('fonts/Nexa-Heavy.woff') format('woff'),
         url('fonts/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaRegular';
    src: url('fonts/Nexa-Regular.woff2') format('woff2'),
         url('fonts/Nexa-Regular.woff') format('woff'),
         url('fonts/Nexa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/
