@font-face {
    font-family: 'serif-regular';
    src: url('../font/Reckless-SemiBold.woff2') format('woff2'),
        url('../font/Reckless-SemiBold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'serif-light';
    src: url('../font/Reckless-Light.woff2') format('woff2'),
        url('../font/Reckless-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sans-light';
    src: url('../font/Matter-Light.woff2') format('woff2'),
        url('../font/Matter-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

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

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