/* Self-hosted fonts (latin subset) — TradieO brand design system:
   Baloo 2 (700–800) for display/headings, Nunito (400–700) for body
   and UI. Both are variable fonts, so one file each covers their full
   weight range. No third-party font connections on any page load. */
@font-face {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
    src: url('baloo2-variable.woff2') format('woff2');
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('nunito-variable.woff2') format('woff2');
}
