/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2018 Colophon Foundry
 *
 * Licenced to Ville Niemi Viiksimaisteri
 */


@font-face {
    font-family: 'simplon';
    src: url('f/SimplonMono-Light-WebXL.eot');
    src: url('f/SimplonMono-Light-WebXL.eot?#iefix') format('embedded-opentype'),
         url('f/SimplonMono-Light-WebXL.woff') format('woff'),
         url('f/SimplonMono-Light-WebXL.woff2') format('woff2'),
         url('f/SimplonMono-Light-WebXL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'simplon';
    src: url('f/SimplonMono-Medium-WebXL.eot');
    src: url('f/SimplonMono-Medium-WebXL.eot?#iefix') format('embedded-opentype'),
         url('f/SimplonMono-Medium-WebXL.woff') format('woff'),
         url('f/SimplonMono-Medium-WebXL.woff2') format('woff2'),
         url('f/SimplonMono-Medium-WebXL.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'simplon-norm';
    src: url('f/simplonnorm-light.woff') format('woff'),
         url('f/simplonnorm-light.woff2') format('woff2'),
         url('f/simplonnorm-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'simplon-norm';
    src: url('f/simplonnorm-regular.woff') format('woff'),
         url('f/simplonnorm-regular.woff2') format('woff2'),
         url('f/simplonnorm-regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'archive';
    src: url('f/archive-italic.eot');
    src: url('f/archive-italic.eot?#iefix') format('embedded-opentype'),
         url('f/archive-italic.woff') format('woff'),
         url('f/archive-italic.woff2') format('woff2'),
         url('f/archive-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'archive';
    src: url('f/archive-regular.eot');
    src: url('f/archive-regular.eot?#iefix') format('embedded-opentype'),
         url('f/archive-regular.woff') format('woff'),
         url('f/archive-regular.woff2') format('woff2'),
         url('f/archive-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


