<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Telegraf fonts
 * Licensed by TROC and used by VenU
 */

@font-face {
    font-family: 'Telegraf';
    src: url('../webfonts/Telegraf-Medium.woff2') format('woff2'),
         url('../webfonts/Telegraf-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Telegraf Light';
    src: url('../webfonts/Telegraf-Light.woff2') format('woff2'),
         url('../webfonts/Telegraf-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Telegraf SemiBold';
    src: url('../webfonts/Telegraf-SemiBold.woff2') format('woff2'),
         url('../webfonts/Telegraf-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}</pre></body></html>