@font-face {
    font-family: 'Inter';
    src: url('/fonts/InterRegular.eot');
    src: url('/fonts/InterRegular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/InterRegular.woff2') format('woff2'),
        url('/fonts/InterRegular.woff') format('woff'),
        url('/fonts/InterRegular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterLight';
    src: url('/fonts/InterLight.eot');
    src: url('/fonts/InterLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/InterLight.woff2') format('woff2'),
        url('/fonts/InterLight.woff') format('woff'),
        url('/fonts/InterLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'InterBold';
    src: url('/fonts/InterBold.eot');
    src: url('/fonts/InterBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/InterBold.woff2') format('woff2'),
        url('/fonts/InterBold.woff') format('woff'),
        url('/fonts/InterBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'InterSemiBold';
    src: url('/fonts/InterSemiBold.eot');
    src: url('/fonts/InterSemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/InterSemiBold.woff2') format('woff2'),
        url('/fonts/InterSemiBold.woff') format('woff'),
        url('/fonts/InterSemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'InterExtraBold';
    src: url('/fonts/InterExtraBold.eot');
    src: url('/fonts/InterExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/InterExtraBold.woff2') format('woff2'),
        url('/fonts/InterExtraBold.woff') format('woff'),
        url('/fonts/InterExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
