@font-face {
    font-family: 'Matter';
    src: local('Matter-SemiBold'),
        url('Matter-SemiBold.woff2') format('woff2'),
        url('Matter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: local('Matter-SemiBoldItalic'),
        url('Matter-SemiBoldItalic.woff2') format('woff2'),
        url('Matter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: local('Matter-MediumItalic'),
        url('Matter-MediumItalic.woff2') format('woff2'),
        url('Matter-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: local('Matter-RegularItalic'),
        url('Matter-RegularItalic.woff2') format('woff2'),
        url('Matter-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: local('Matter-Medium'),
        url('Matter-Medium.woff2') format('woff2'),
        url('Matter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: local('Matter-Regular'),
        url('Matter-Regular.woff2') format('woff2'),
        url('Matter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

