/* Inter Light (300) */
@font-face {
    font-family: 'Inter';
    src: url('inter-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Inter Regular (400) */
@font-face {
    font-family: 'Inter';
    src: url('inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold (600) */
@font-face {
    font-family: 'Inter';
    src: url('inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter ExtraBold (800) */
@font-face {
    font-family: 'Inter';
    src: url('inter-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
