@font-face {
    font-family: 'MarkPro';
    /* src: url('regular.woff2') format('woff2'),
        url('regular.woff2') format('woff'); */
    src: url('bold.woff2') format('woff2'),
        url('bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

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