@font-face {
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Regular'), url('../fonts/inter/Inter-Regular.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Italic'), url('../fonts/inter/Inter-Italic.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Medium'), url('../fonts/inter/Inter-Medium.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Semi Bold'), url('../fonts/inter/Inter-SemiBold.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Bold'), url('../fonts/inter/Inter-Bold.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Black';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Black'), url('../fonts/inter/Inter-Black.woff') format('woff');
    }