/* ==========================================================================
   Local offline font stack for Amplified Funnels
   No external requests. Uses system fonts with local() hints.
   ========================================================================== */

@font-face {
    font-family: 'AmplifiedBodyFont';
    src: local('Inter'), local('Segoe UI'), local('Helvetica Neue'), local('Arial');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmplifiedBodyFont';
    src: local('Inter Medium'), local('Segoe UI Semibold'), local('Arial');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmplifiedBodyFont';
    src: local('Inter SemiBold'), local('Segoe UI Semibold'), local('Arial Bold'), local('Arial');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmplifiedBodyFont';
    src: local('Inter Bold'), local('Segoe UI Bold'), local('Arial Bold'), local('Arial');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmplifiedBodyFont';
    src: local('Inter ExtraBold'), local('Segoe UI Black'), local('Arial Black');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
