/*
 * 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) 2022 Colophon Foundry
 *
 * Licenced to Jonas Hermansson Vastanvinden AB
 */

@font-face {
    font-family: 'garton-light-pro';
    src: url('garton-light-pro.eot');
    src: url('garton-light-pro.eot?#iefix') format('embedded-opentype'),
        url('garton-light-pro.woff2') format('woff2'),
        url('garton-light-pro.woff') format('woff'),
        url('garton-light-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garton Pro Regular';
    src: url('garton-pro-regular.otf'),
        url('garton-pro-regular.woff2') format('woff2'),
        url('garton-pro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garton Pro Regular';
    src: url('garton-pro-bold.otf'),
        url('garton-pro-bold.woff2') format('woff2'),
        url('garton-pro-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.otf'),
        url('inter-bold.woff2') format('woff2'),
        url('inter-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.otf'),
        url('inter-light.woff2') format('woff2'),
        url('inter-light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}