/* Self-hosted Lexend — replaces fonts.bunny.net dependency.
   Served as a plain static file (not processed by Vite) so it is always
   available regardless of whether the Vite build has run.
   Font files: public/fonts/lexend/lexend-{300,400,500,600,700}.woff2
   Source: jsDelivr fontsource CDN (https://cdn.jsdelivr.net/fontsource/fonts/lexend) */

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/lexend/lexend-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/lexend/lexend-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/lexend/lexend-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/lexend/lexend-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/lexend/lexend-700.woff2') format('woff2');
}
