/* Local Font Definitions */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Figtree'), local('Segoe UI'), local('Roboto'), local('Arial'), sans-serif;
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Figtree'), local('Segoe UI'), local('Roboto'), local('Arial'), sans-serif;
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Figtree'), local('Segoe UI'), local('Roboto'), local('Arial'), sans-serif;
}

/* Fallback to system fonts */
body {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
