@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Tablet Gothic Narrow';
    src: url('TabletGothicNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tablet Gothic Wide';
    src: url('TabletGothicWide-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tablet Gothic Wide';
    src: url('TabletGothicWide-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
