﻿@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-regular.woff2') format('woff2'),
    url('../fonts/inter-regular.woff') format('woff'),
    url('../fonts/inter-regular.ttf') format('truetype'),
    url('../fonts/inter-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-500.woff2') format('woff2'),
    url('../fonts/inter-500.woff') format('woff'),
    url('../fonts/inter-500.ttf') format('truetype'),
    url('../fonts/inter-500.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-600.woff2') format('woff2'),
    url('../fonts/inter-600.woff') format('woff'),
    url('../fonts/inter-600.ttf') format('truetype'),
    url('../fonts/inter-600.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-700.woff2') format('woff2'),
    url('../fonts/inter-700.woff') format('woff'),
    url('../fonts/inter-700.ttf') format('truetype'),
    url('../fonts/inter-700.svg#Inter') format('svg');
}
