/* Inter — Variable font (optical size 14–32, weight 100–900) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Inter-VariableFont_opsz,wght.woff2') format('woff2');
}

/* Noto Sans Mono — Variable font (width 62.5–100, weight 100–900) */
@font-face {
    font-family: 'Noto Sans Mono';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('NotoSansMono-VariableFont_wdth,wght.woff2') format('woff2');
}