@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT-Bold.woff') format('woff'),
        url('MarkOT-Bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT-BoldItalic.woff') format('woff'),
        url('MarkOT-BoldItalic.otf') format('otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT.woff') format('woff'),
        url('MarkOT.otf') format('otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT-Italic.woff') format('woff'),
        url('MarkOT-Italic.otf') format('otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT-Light.woff') format('woff'),
         url('MarkOT-Light.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('MarkOT-LightItalic.woff') format('woff'),
        url('MarkOT-LightItalic.otf') format('otf');
    font-weight: 300;
    font-style: italic;
}