/*!
 * 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;
}