/* Poppins Font - Local Version */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    font-preload: true;
    src: url('/fonts/poppins/Poppins-Light.woff2') format('woff2'),
         url('/fonts/poppins/Poppins-Light.woff') format('woff'),
         url('/fonts/poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-preload: true;
    src: url('/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/poppins/Poppins-Regular.woff') format('woff'),
         url('/fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-preload: true;
    src: url('/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
}

/* Font optimization */
.poppins-optimized {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
