
    /*
    * 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) 2023 Colophon Foundry
    *
    * Licenced to Konstantinos Karachalios, Tool LTD
    */

    @font-face {
        font-family: 'cf-panoptik';
        src: url('fonts/cf-panoptik-bold.woff2') format('woff2'),
            url('fonts/cf-panoptik-bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }

    @font-face {
        font-family: 'cf-panoptik';
        src: url('fonts/cf-panoptik-book.woff2') format('woff2'),
            url('fonts/cf-panoptik-book.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'gfs-didot';
        src: url('fonts/gfs-didot-bold.woff2') format('woff2'),
            url('fonts/gfs-didot-bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }

    @font-face {
        font-family: 'gfs-didot';
        src: url('fonts/gfs-didot-regular.woff2') format('woff2'),
            url('fonts/gfs-didot-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }



