/* Local Fonts - Self-hosted (previously Google Fonts CDN) */

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Variable.ttf') format('truetype');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Variable.ttf') format('truetype');
    font-weight: 500 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Variable.ttf') format('truetype');
    font-weight: 400 500;
    font-style: normal;
    font-display: swap;
}
