/* Inter - Variable font (400-700) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Source Code Pro - Variable font (200-900) */
@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/SourceCodePro-Variable.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
