@font-face {
    font-family: 'Century-Gothic';
    src: url('Century-Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic';
    src: url('GOTHICB0.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Gothic';
    src: url('GOTHICBI.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Century-Gothic';
    src: url('GOTHICI.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}