/* Nunito Font Face Declarations - Optimized for Performance */

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

/* SemiBold (600) */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/Nunito/static/Nunito-SemiBold.ttf') format('truetype');
}

/* Bold (700) */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Nunito/static/Nunito-Bold.ttf') format('truetype');
}

/* Fallback font stack with Nunito as primary */
body {
    font-family: 'Nunito', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
