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

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

@font-face {
    font-family: 'The Message';
    src: url('TheMessage-DemiBold.woff2') format('woff2'),
        url('TheMessage-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

