/*
 * 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) 2021 Colophon Foundry
 *
 * Licenced to Astra Publishing House Astra Publishing House
 */

@font-face {
    font-family: 'Basis';
    src: url('basis-grotesque-off-white.eot');
    src: url('basis-grotesque-off-white.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-off-white.woff2') format('woff2'),
         url('basis-grotesque-off-white.woff') format('woff'),
         url('basis-grotesque-off-white.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Basis';
    src: url('basis-grotesque-regular.eot');
    src: url('basis-grotesque-regular.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-regular.woff2') format('woff2'),
         url('basis-grotesque-regular.woff') format('woff'),
         url('basis-grotesque-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Basis';
    src: url('basis-grotesque-medium.eot');
    src: url('basis-grotesque-medium.eot?#iefix') format('embedded-opentype'),
         url('basis-grotesque-medium.woff2') format('woff2'),
         url('basis-grotesque-medium.woff') format('woff'),
         url('basis-grotesque-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}