@charset "UTF-8";

@font-face {
    font-family: 'markOT';
    src: url('../font/markOT.ttf') format('truetype'),
        url('../font/markOT.otf') format('opentype'),
        url('../font/markOT.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'markOT';
    src: url('../font/markOT-Bold.ttf') format('truetype'),
        url('../font/markOT-Bold.otf') format('opentype'),
        url('../font/markOT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'markOT';
    src: url('../font/markOT-Heavy.ttf') format('truetype'),
        url('../font/markOT-Heavy.otf') format('opentype'),
        url('../font/markOT-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}