@charset "utf-8";
/* CSS Document */

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

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

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

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

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

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