/* Local font fallback - eliminates Google Fonts CDN dependency */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Overpass Thin'), local('Overpass-Thin'), local('Segoe UI'), local('Arial');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Overpass ExtraLight'), local('Overpass-ExtraLight'), local('Segoe UI'), local('Arial');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Overpass Light'), local('Overpass-Light'), local('Segoe UI Light'), local('Arial');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Overpass Regular'), local('Overpass'), local('Segoe UI'), local('Arial');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Overpass SemiBold'), local('Overpass-SemiBold'), local('Segoe UI Semibold'), local('Arial');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Overpass Bold'), local('Overpass-Bold'), local('Segoe UI Bold'), local('Arial Bold');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Overpass ExtraBold'), local('Overpass-ExtraBold'), local('Segoe UI Bold'), local('Arial Bold');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Overpass Black'), local('Overpass-Black'), local('Segoe UI Bold'), local('Arial Black');
}

