@font-face {
    font-family: 'sansLight';
    src: url('../font/Matter-Light.woff2') format('woff2'),
        url('../font/Matter-Light.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'sansRegular';
    src: url('../font/Matter-Regular.woff2') format('woff2'),
        url('../font/Matter-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'sansMedium';
    src: url('../font/Matter-Medium.woff2') format('woff2'),
        url('../font/Matter-Medium.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'sansSemiBold';
    src: url('../font/Matter-SemiBold.woff2') format('woff2'),
        url('../font/Matter-SemiBold.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'sansBold';
    src: url('../font/Matter-Bold.woff2') format('woff2'),
        url('../font/Matter-Bold.woff') format('woff');
    font-weight: normal;
}
