@font-face {
    font-family: 'MarkFont';
    src: url('font/MarkFont-Light.eot?v=128743');
    src: url('font/MarkFont-Light.eot?#iefix&v=128743') format('embedded-opentype'),
         url('font/MarkFont-Light.woff2?v=128743') format('woff2'),
         url('font/MarkFont-Light.woff?v=128743') format('woff'),
         url('font/MarkFont-Light.ttf?v=128743') format('truetype');
    font-weight:200;
    font-style: normal;
}

@font-face {
    font-family: 'MarkFont';
    src: url('font/MarkFont-Regular.eot?v=128743');
    src: url('font/MarkFont-Regular.eot?#iefix&v=128743') format('embedded-opentype'),
         url('font/MarkFont-Regular.woff2?v=128743') format('woff2'),
         url('font/MarkFont-Regular.woff?v=128743') format('woff'),
         url('font/MarkFont-Regular.ttf?v=128743') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkFont';
    src: url('font/MarkFont-Bold.eot?v=128743');
    src: url('font/MarkFont-Bold.eot?#iefix&v=128743') format('embedded-opentype'),
         url('font/MarkFont-Bold.woff2?v=128743') format('woff2'),
         url('font/MarkFont-Bold.woff?v=128743') format('woff'),
         url('font/MarkFont-Bold.ttf?v=128743') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkFont';
    src: url('font/MarkFont-Heavy.eot?v=128743');
    src: url('font/MarkFont-Heavy.eot?#iefix&v=128743') format('embedded-opentype'),
         url('font/MarkFont-Heavy.woff2?v=128743') format('woff2'),
         url('font/MarkFont-Heavy.woff?v=128743') format('woff'),
         url('font/MarkFont-Heavy.ttf?v=128743') format('truetype');
    font-weight:800;
    font-style: normal;
}

/* universally reducing the kerning - if this causes issues, we can adjust or remove or find a better implementation */
* {letter-spacing:-.006em;text-rendering: optimizeLegibility; }

/* Set MarkFont to be the font-family for all tings */
html,
input,
textarea,
keygen,
select,
button
{
    font-family: 'MarkFont', $default-font;
}
