/*
 * Baloo 2 — Variable Font (single file, full weight range 400–800)
 * Source: fonts/Baloo_2/Baloo2-VariableFont_wght.ttf
 *
 * Static fallbacks are declared below for environments that don't
 * support variable fonts (unlikely in any modern browser, but safe).
 */

/* --- Variable font (preferred) --- */
@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/Baloo2-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

/* --- Static fallbacks --- */
@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/static/Baloo2-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/static/Baloo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/static/Baloo2-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/static/Baloo2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo 2';
    src: url('Baloo_2/static/Baloo2-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
