
    /*
    * 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: 'relative-pro';
        src: url('fonts/relative-bold-pro.woff2') format('woff2'),
            url('fonts/relative-bold-pro.woff') format('woff'),
            url('fonts/relative-bold-pro.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

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



