/* Konnex — Shared Font Config
   Single source of truth for all font-face declarations.
   Usage: <link rel="stylesheet" href="/fonts/fonts.css">
   This replaces all Google Fonts CDN imports for Lexend and Inter. */

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

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

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

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