@font-face {
    font-family: 'Inter-Black';
    font-style: normal;
    font-weight: 900;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Black.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Bold.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    font-style: normal;
    font-weight: 800;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-ExtraBold.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    font-style: normal;
    font-weight: 200;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-ExtraLight.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-Light';
    font-style: normal;
    font-weight: 300;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Light.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Medium.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-SemiBold.ttf') format('woff');
}

@font-face {
    font-family: 'Inter-Thin';
    font-style: normal;
    font-weight: 100;
    src: local('Neue Helvetica Extended'), url('../intel-font/static/Inter-Thin.ttf') format('woff');
}

