@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Italic.eot');
    src: local('Inter Tight Italic'), local('InterTight-Italic'),
        url('InterTight-Italic.eot?#iefix') format('embedded-opentype'),
        url('InterTight-Italic.woff2') format('woff2'),
        url('InterTight-Italic.woff') format('woff'),
        url('InterTight-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('InterTight-Regular.eot');
    src: local('Inter Tight Regular'), local('InterTight-Regular'),
        url('InterTight-Regular.eot?#iefix') format('embedded-opentype'),
        url('InterTight-Regular.woff2') format('woff2'),
        url('InterTight-Regular.woff') format('woff'),
        url('InterTight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

