@font-face {
    font-family: 'MP Heavy';
    src: url('MarkPro-Heavy.woff2') format('woff2'),
    url('MarkPro-Heavy.woff') format('woff'),
    url('MarkPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MP';
    src: url('MarkPro.woff2') format('woff2'),
    url('MarkPro.woff') format('woff'),
    url('MarkPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MP Bold';
    src: url('MarkPro-Bold.woff2') format('woff2'),
    url('MarkPro-Bold.woff') format('woff'),
    url('MarkPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}