@font-face {
    font-family: 'ttb';
    src: url('/static/fonts/bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ttm';
    src: url('/static/fonts/medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ttn';
    src: url('/static/fonts/normal.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'aveb';
    src: url('/static/fonts/avnb.woff') format('woff');
    /* Modern Browsers */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'serifi';
    src: url('/static/fonts/serif-roman.woff2') format('woff2');
    font-variant: oldstyle-nums;
}