/* Inter */

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/inter_4n.woff2') format('woff2'),
    url('../fonts/inter_4n.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/inter_5n.woff2') format('woff2'),
    url('../fonts/inter_5n.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/inter_6n.woff2') format('woff2'),
    url('../fonts/inter_6n.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/inter_7n.woff2') format('woff2'),
    url('../fonts/inter_7n.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/inter_8n.woff2') format('woff2'),
    url('../fonts/inter_8n.woff') format('woff');
}