/* Fontes Locais - Web com mais pedalada */

/* Segoe UI - Fonte principal */
@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI'),
         local('Segoe UI Variable'),
         local('Segoe UI Web'),
         local('SegoeUI'),
         local('Segoe');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Segoe UI - Bold */
@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI Bold'),
         local('SegoeUI-Bold'),
         local('Segoe UI Web Bold');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Segoe UI - Italic */
@font-face {
    font-family: 'Segoe UI Local';
    src: local('Segoe UI Italic'),
         local('SegoeUI-Italic'),
         local('Segoe UI Web Italic');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Fallback fonts otimizadas */
@font-face {
    font-family: 'System UI Local';
    src: local('System UI'),
         local('system-ui'),
         local('-apple-system'),
         local('BlinkMacSystemFont');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Courier New - Para código */
@font-face {
    font-family: 'Courier New Local';
    src: local('Courier New'),
         local('CourierNew'),
         local('Courier');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
