/* Figtree Font - Local fallback for offline support */
/* Using system fonts as fallback when CDN is unavailable */

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Figtree Regular'), local('Figtree-Regular'),
         local('Inter'), local('system-ui'), local('Segoe UI');
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Figtree Medium'), local('Figtree-Medium'),
         local('Inter Medium'), local('system-ui'), local('Segoe UI Semibold');
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Figtree SemiBold'), local('Figtree-SemiBold'),
         local('Inter SemiBold'), local('system-ui'), local('Segoe UI Bold');
}
