/*
 * 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 Suzan Mouthaan Vannimwegen
 */

@font-face {
    font-family: 'Basis Grotesque';
    src: url('basis-grotesque-bold-pro.eot');
    src: url('basis-grotesque-bold-pro.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-bold-pro.woff') format('woff'),
         url('basis-grotesque-bold-pro.woff2') format('woff2'),
         url('basis-grotesque-bold-pro.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Basis Grotesque';
    src: url('basis-grotesque-medium-pro.eot');
    src: url('basis-grotesque-medium-pro.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-medium-pro.woff') format('woff'),
         url('basis-grotesque-medium-pro.woff2') format('woff2'),
         url('basis-grotesque-medium-pro.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Basis Grotesque';
    src: url('basis-grotesque-regular-pro.eot');
    src: url('basis-grotesque-regular-pro.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-regular-pro.woff') format('woff'),
         url('basis-grotesque-regular-pro.woff2') format('woff2'),
         url('basis-grotesque-regular-pro.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

